mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8290020: Deadlock in leakprofiler::emit_events during shutdown
Reviewed-by: mgronlun, dholmes, egahlin
This commit is contained in:
parent
7f0e9bd632
commit
e8568b890a
6 changed files with 30 additions and 34 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue