jdk/src/share/native/java/lang/Shutdown.c
JNIEXPORT void JNICALL
Java_java_lang_Shutdown_halt0(JNIEnv *env, jclass ignored, jint code)
{
{- -------------------------------------------
(1) JVM_Halt() を呼ぶだけ
---------------------------------------- -}
JVM_Halt(code);
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.