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

G1: VM hangs during shutdown

XMLWordPrintable

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

        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.

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

                Created:
                Updated:
                Resolved: