JDK-8012714 : Assign the unique traceid directly to the Klass upon creation
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-04-19
  • Updated: 2014-04-24
  • Resolved: 2013-04-22
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 7 Other
7u40Fixed hs24Fixed
Related Reports
Relates :  
Description
The Event Based tracing framework assigns a unique traceid to Klass:es for tracking.

This id should be assigned to the Klass directly upon creation to have it available as early as possible. In addition, in assigning it in the creation expression, this will increase coverage by also incorporate tracing for subklasses such as typeArrayKlasses.
Comments
Fix ready.
19-04-2013