8041723: Event Based tracing ids to be reassigned for CDS klasses
authormgronlun
Fri, 25 Apr 2014 10:08:04 +0200
changeset 24240 1b9b92b51f60
parent 24239 db81abb281bc
child 24241 cddb46f7b7fa
child 24242 73337a12595a
8041723: Event Based tracing ids to be reassigned for CDS klasses Reviewed-by: coleenp, ehelin
hotspot/src/share/vm/oops/klass.cpp
--- a/hotspot/src/share/vm/oops/klass.cpp	Fri Apr 25 07:40:33 2014 +0200
+++ b/hotspot/src/share/vm/oops/klass.cpp	Fri Apr 25 10:08:04 2014 +0200
@@ -488,6 +488,7 @@
 }
 
 void Klass::restore_unshareable_info(TRAPS) {
+  TRACE_INIT_ID(this);
   // If an exception happened during CDS restore, some of these fields may already be
   // set.  We leave the class on the CLD list, even if incomplete so that we don't
   // modify the CLD list outside a safepoint.