hotspot/src/share/vm/prims/jvmtiEventController.cpp
void JvmtiEventControllerPrivate::set_should_post_single_step(bool on) {
{- -------------------------------------------
(1) JvmtiExport::set_should_post_single_step() を呼び出すだけ.
---------------------------------------- -}
// we have permission to do this, VM op doesn't
JvmtiExport::set_should_post_single_step(on);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.