Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8041723

Event Based tracing ids to be reassigned for CDS klasses

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 7u40, 8u20, 9
    • hotspot
    • None
    • svc
    • b13

        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.

              mgronlun Markus Grönlund
              mgronlun Markus Grönlund
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: