hotspot/src/share/vm/oops/klass.cpp
changeset 24240 1b9b92b51f60
parent 23999 22eb7be3d99d
child 24330 4e65b09f7101
--- 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.