Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045433 | 8u25 | Markus Grönlund | P2 | Resolved | Fixed | b01 |
JDK-8042723 | 8u20 | Markus Grönlund | P2 | Closed | Fixed | b14 |
JDK-8053351 | emb-8u26 | Markus Grönlund | P2 | Resolved | Fixed | b17 |
The Event Based tracing framework assigns a unique traceid to Klass:es for tracking purposes.
Normally, a new Klass is assigned its trace_id in the Klass constructor.
See https://bugs.openjdk.java.net/browse/JDK-8012714
For Klass:es coming into the system via the ClassDataSharing (CDS) mechanism, the old trace_id for the Klass will be stale, hence a "new" trace_id needs to be (re)assigned to the Klass.
Normally, a new Klass is assigned its trace_id in the Klass constructor.
See https://bugs.openjdk.java.net/browse/JDK-8012714
For Klass:es coming into the system via the ClassDataSharing (CDS) mechanism, the old trace_id for the Klass will be stale, hence a "new" trace_id needs to be (re)assigned to the Klass.
- backported by
-
JDK-8045433 Event Based tracing ids to be reassigned for CDS klasses
-
- Resolved
-
-
JDK-8053351 Event Based tracing ids to be reassigned for CDS klasses
-
- Resolved
-
-
JDK-8042723 Event Based tracing ids to be reassigned for CDS klasses
-
- Closed
-
- relates to
-
JDK-8012714 Assign the unique traceid directly to the Klass upon creation
-
- Resolved
-