(See: JVMTI 仕様)
(HotSpot の起動時処理) (See: here for details) -> JNI_CreateJavaVM() -> JvmtiExport::post_thread_start() -> (登録されているコールバックを呼び出す) (略) (See: here for details) -> JavaThread::run() -> JvmtiExport::post_thread_start() -> (同上) (略) (See: here for details) -> jni_AttachCurrentThread() -> attach_current_thread() -> JvmtiExport::post_thread_start() -> (同上) (略) (See: here for details) -> jni_AttachCurrentThreadAsDaemon() -> attach_current_thread() -> JvmtiExport::post_thread_start() -> (同上)
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.