JDK-8041723 : Event Based tracing ids to be reassigned for CDS klasses
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 7u40,8u20,9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-04-24
  • Updated: 2014-07-29
  • Resolved: 2014-04-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u20Fixed 9 b13Fixed
Related Reports
Relates :  
Description
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.
Comments
Fix in progress.
24-04-2014