mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8170672: Event-based tracing to support classloader instances
Reviewed-by: hseigel, egahlin
This commit is contained in:
parent
8bf0437430
commit
6a685f1d63
13 changed files with 95 additions and 59 deletions
|
@ -5412,7 +5412,7 @@ void ClassFileParser::fill_instance_klass(InstanceKlass* ik, bool changed_by_loa
|
|||
}
|
||||
}
|
||||
|
||||
TRACE_INIT_KLASS_ID(ik);
|
||||
TRACE_INIT_ID(ik);
|
||||
|
||||
// If we reach here, all is well.
|
||||
// Now remove the InstanceKlass* from the _klass_to_deallocate field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue