From ba6464cf59fb6a9648fd90a049eab720df59d108 Mon Sep 17 00:00:00 2001 From: mgronlun Date: Thu, 8 May 2014 11:05:02 +0200 Subject: [PATCH] 8041723: Event Based tracing ids to be reassigned for CDS klasses Reviewed-by: coleenp, ehelin --- src/share/vm/oops/klass.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/share/vm/oops/klass.cpp b/src/share/vm/oops/klass.cpp index 2e8ef6f8f..007bb1e81 100644 --- a/src/share/vm/oops/klass.cpp +++ b/src/share/vm/oops/klass.cpp @@ -496,6 +496,7 @@ void Klass::remove_unshareable_info() { } 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. -- GitLab