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

G1: VM hangs during shutdown

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1
    • 9
    • 9
    • hotspot
    • gc
    • b12
    • Not verified

    Backports

      Description

        Due to the change http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b there is now a race issue when shutting down the JVM, causing it to livelock.

        The issue seems to be that some GC threads are waiting in the first sync barrier whereas other GC threads have already exited, meaning that the ones that wait in the barrier will wait forever.

        Attachments

          Issue Links

            Activity

              People

                pliden Per Liden (Inactive)
                ehelin Erik Helin
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: