8290020: Deadlock in leakprofiler::emit_events during shutdown

Reviewed-by: mgronlun, dholmes, egahlin
This commit is contained in:
Ludvig Janiuk 2022-07-12 15:54:36 +00:00 committed by Erik Gahlin
parent 7f0e9bd632
commit e8568b890a
6 changed files with 30 additions and 34 deletions

View file

@ -441,7 +441,7 @@ JVM_END
JVM_ENTRY_NO_ENV(void, JVM_Halt(jint code))
before_exit(thread);
before_exit(thread, true);
vm_exit(code);
JVM_END