Top


定義場所(file name)

hotspot/src/share/vm/runtime/thread.hpp

説明(description)

  //JNI functiontable getter/setter for JVMTI jni function table interception API.

名前(function name)

  void set_jni_functions(struct JNINativeInterface_* functionTable) {

本体部(body)

  {- -------------------------------------------
  (1) _jni_environment.functions に値を代入するだけ
      ---------------------------------------- -}

        _jni_environment.functions = functionTable;
      }

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