8041723: Event Based tracing ids to be reassigned for CDS klasses

Thu, 08 May 2014 11:05:02 +0200

author
mgronlun
date
Thu, 08 May 2014 11:05:02 +0200
changeset 6659
34862ced4a87
parent 6658
e0a77b91da68
child 6660
63c5920a038d

8041723: Event Based tracing ids to be reassigned for CDS klasses
Reviewed-by: coleenp, ehelin

src/share/vm/oops/klass.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/oops/klass.cpp	Mon Apr 28 12:39:12 2014 +0200
     1.2 +++ b/src/share/vm/oops/klass.cpp	Thu May 08 11:05:02 2014 +0200
     1.3 @@ -496,6 +496,7 @@
     1.4  }
     1.5  
     1.6  void Klass::restore_unshareable_info(TRAPS) {
     1.7 +  TRACE_INIT_ID(this);
     1.8    // If an exception happened during CDS restore, some of these fields may already be
     1.9    // set.  We leave the class on the CLD list, even if incomplete so that we don't
    1.10    // modify the CLD list outside a safepoint.

mercurial