changeset 24240:1b9b92b51f60

8041723: Event Based tracing ids to be reassigned for CDS klasses Reviewed-by: coleenp, ehelin
author mgronlun
date Fri, 25 Apr 2014 10:08:04 +0200
parents db81abb281bc
children cddb46f7b7fa 73337a12595a
files hotspot/src/share/vm/oops/klass.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.