hotspot/src/share/vm/prims/jvm.cpp
JVM_ENTRY_NO_ENV(void, JVM_Halt(jint code))
{- -------------------------------------------
(1) before_exit() を呼び出す.
---------------------------------------- -}
before_exit(thread);
{- -------------------------------------------
(1) vm_exit() を呼び出す.
---------------------------------------- -}
vm_exit(code);
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.