hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
IRT_ENTRY(void, InterpreterRuntime::_breakpoint(JavaThread* thread, methodOopDesc* method, address bcp))
{- -------------------------------------------
(1) JvmtiExport::post_raw_breakpoint() を呼び出すだけ.
---------------------------------------- -}
JvmtiExport::post_raw_breakpoint(thread, method, bcp);
IRT_END
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.