8041723: Event Based tracing ids to be reassigned for CDS klasses
Reviewed-by: coleenp, ehelin
--- 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.