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

TestGCEventMixedWithCMSConcurrent.java still fails after JDK-8134953

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b89

        See JDK-8139275 for more details.

        When a STW full GC interrupts a concurrent CMS cycle it calls reset() on the CMS collector. But it calls that from the STW thread and thus uses the wrong GC Id. It should be using the GC Id from the concurrent thread.

              brutisso Bengt Rutisson (Inactive)
              brutisso Bengt Rutisson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: