hotspot/src/share/vm/prims/jvmtiEventController.cpp
void
JvmtiEventController::thread_ended(JavaThread *thread) {
{- -------------------------------------------
(1) JvmtiEventControllerPrivate::thread_ended() を呼び出すだけ.
---------------------------------------- -}
// operates only on the current thread
// JvmtiThreadState_lock grabbed only if needed.
JvmtiEventControllerPrivate::thread_ended(thread);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.