8277194: applications/runthese/RunThese30M.java crashes with jfrSymbolTable.cpp:305 assert(_instance != null)
Reviewed-by: shade
This commit is contained in:
parent
103da8fae1
commit
84ca14d0e9
@ -57,6 +57,9 @@ static void send_event(const FinalizerEntry* fe, const InstanceKlass* ik, const
|
||||
}
|
||||
|
||||
void JfrFinalizerStatisticsEvent::send_unload_event(const InstanceKlass* ik) {
|
||||
if (!EventFinalizerStatistics::is_enabled()) {
|
||||
return;
|
||||
}
|
||||
Thread* const thread = Thread::current();
|
||||
ResourceMark rm(thread);
|
||||
send_event(FinalizerService::lookup(ik, thread), ik, JfrTicks::now(), thread);
|
||||
|
Loading…
x
Reference in New Issue
Block a user