# HG changeset patch # User mgronlun # Date 1398352993 -7200 # Node ID 11215d644423b92029cd09b78242d8f824c8f998 # Parent 3117c892d6a7b47be28b3b0fc0d87c8f0b6c0677 8041723: Event Based tracing framework trace_id's to be reassigned for CDS klasses Reviewed-by: diff --git a/src/share/vm/oops/klass.cpp b/src/share/vm/oops/klass.cpp --- a/src/share/vm/oops/klass.cpp +++ b/src/share/vm/oops/klass.cpp @@ -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.