Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8141356

Explicitly stop CMS threads during VM termination.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 8, 9
    • hotspot
    • gc
    • b96

      Inside before_exit(), it says

        // Stop concurrent GC threads
        Universe::heap()->stop();

      but GenCollectedHeap never implemented stop() method, and thus calling empty SharedHeap::stop() method.

      This causes CMS threads running during the VM termination and ends up crashing.

            jwha Jungwoo Ha
            jwha Jungwoo Ha
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: