hotspot/src/share/vm/runtime/thread.hpp
//JNI functiontable getter/setter for JVMTI jni function table interception API.
void set_jni_functions(struct JNINativeInterface_* functionTable) {
{- -------------------------------------------
(1) _jni_environment.functions に値を代入するだけ
---------------------------------------- -}
_jni_environment.functions = functionTable;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.