mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
Merge
This commit is contained in:
commit
3dfe4d61b3
176 changed files with 3416 additions and 2177 deletions
|
@ -4218,6 +4218,12 @@ bool Threads::destroy_vm() {
|
|||
Mutex::_as_suspend_equivalent_flag);
|
||||
}
|
||||
|
||||
EventShutdown e;
|
||||
if (e.should_commit()) {
|
||||
e.set_reason("No remaining non-daemon Java threads");
|
||||
e.commit();
|
||||
}
|
||||
|
||||
// Hang forever on exit if we are reporting an error.
|
||||
if (ShowMessageBoxOnError && VMError::is_error_reported()) {
|
||||
os::infinite_sleep();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue