Top


定義場所(file name)

jdk/src/share/native/java/lang/Shutdown.c

名前(function name)

JNIEXPORT void JNICALL
Java_java_lang_Shutdown_halt0(JNIEnv *env, jclass ignored, jint code)
{

本体部(body)

  {- -------------------------------------------
  (1) JVM_Halt() を呼ぶだけ
      ---------------------------------------- -}

        JVM_Halt(code);

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.