Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142643 | emb-9 | Bengt Rutisson | P3 | Resolved | Fixed | team |
Currently the GC ID is stored in the GCTracer object. There are multiple GCTracers active at the same time, but we only have one GC that is actively doing work at any one time.
This has led to that we need to pass the GC ID around in the code a lot to make sure we use the correct GC ID for logging and trace events. It would simplify the code if we could have a common way of looking up the GC ID.
This has led to that we need to pass the GC ID around in the code a lot to make sure we use the correct GC ID for logging and trace events. It would simplify the code if we could have a common way of looking up the GC ID.
- backported by
-
JDK-8142643 Make the GC ID available in a central place
-
- Resolved
-
- relates to
-
JDK-8139275 Asserts due to GC id changes
-
- Resolved
-
-
JDK-8139868 CMSScavengeBeforeRemark broken after JDK-8134953
-
- Resolved
-
-
JDK-8138717 TestGCEventMixedWithG1ConcurrentMark.java fails
-
- Resolved
-