Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142677 | emb-9 | Bengt Rutisson | P1 | Resolved | Fixed | team |
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.
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.
- backported by
-
JDK-8142677 TestGCEventMixedWithCMSConcurrent.java still fails after JDK-8134953
-
- Resolved
-
- duplicates
-
JDK-8139275 Asserts due to GC id changes
-
- Resolved
-