changeset 7137:34862ced4a87

8041723: Event Based tracing ids to be reassigned for CDS klasses Reviewed-by: coleenp, ehelin
author mgronlun
date Thu, 08 May 2014 11:05:02 +0200
parents e0a77b91da68
children 63c5920a038d
files src/share/vm/oops/klass.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/oops/klass.cpp	Mon Apr 28 12:39:12 2014 +0200
+++ b/src/share/vm/oops/klass.cpp	Thu May 08 11:05:02 2014 +0200
@@ -496,6 +496,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.