hotspot/src/share/vm/runtime/thread.hpp
{- -------------------------------------------
(1) _jni_environment フィールドのアドレスを返すだけ.
---------------------------------------- -}
// Returns the jni environment for this thread
JNIEnv* jni_environment() { return &_jni_environment; }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.