hotspot/src/share/vm/prims/jvmtiImpl.cpp
void JvmtiCurrentBreakpoints::gc_epilogue() {
{- -------------------------------------------
(1) _jvmti_breakpoints が NULL でなければ,
JvmtiBreakpoints::gc_epilogue() を呼び出すだけ.
(NULL なら何もしない)
---------------------------------------- -}
if (_jvmti_breakpoints != NULL) {
_jvmti_breakpoints->gc_epilogue();
}
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.