hotspot/src/share/vm/prims/jvmtiImpl.cpp
void
JvmtiAgentThread::call_start_function() {
{- -------------------------------------------
(1) コンストラクタで指定された関数(_start_fn)を
コンストラクタで指定された値(_start_arg)を引数として呼び出すだけ.
---------------------------------------- -}
ThreadToNativeFromVM transition(this);
_start_fn(_env->jvmti_external(), jni_environment(), (void*)_start_arg);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.