hotspot/src/share/vm/oops/klass.cpp
changeset 24330 4e65b09f7101
parent 24322 c2978d1578e3
parent 24240 1b9b92b51f60
child 24351 61b33cc6d3cf
--- a/hotspot/src/share/vm/oops/klass.cpp	Thu May 01 17:57:29 2014 -0700
+++ b/hotspot/src/share/vm/oops/klass.cpp	Fri May 02 19:00:04 2014 -0700
@@ -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.