# HG changeset patch # User mgronlun # Date 1399539902 -7200 # Node ID 34862ced4a87ab52f44c4531d9be048c8a184873 # Parent e0a77b91da68b1fedd56e2f896ad69419686ff42 8041723: Event Based tracing ids to be reassigned for CDS klasses Reviewed-by: coleenp, ehelin diff -r e0a77b91da68 -r 34862ced4a87 src/share/vm/oops/klass.cpp --- 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.