8041723: Event Based tracing ids to be reassigned for CDS klasses

Reviewed-by: coleenp, ehelin
This commit is contained in:
Markus Grönlund 2014-04-25 10:08:04 +02:00
parent 0ef4fb7100
commit 3852709df9

View file

@ -488,6 +488,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.