mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
Merge
This commit is contained in:
commit
2d6f42d18c
513 changed files with 31554 additions and 2230 deletions
|
@ -37,7 +37,7 @@ extern void vm_direct_exit(int code);
|
|||
// Shutdown the VM but do not exit the process
|
||||
extern void vm_shutdown();
|
||||
// Shutdown the VM and abort the process
|
||||
extern void vm_abort();
|
||||
extern void vm_abort(bool dump_core=true);
|
||||
|
||||
// Trigger any necessary notification of the VM being shutdown
|
||||
extern void notify_vm_shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue