hotspot/src/share/vm/prims/jvmtiEnvBase.hpp
void doit() {
{- -------------------------------------------
(1) JvmtiEnvBase::get_frame_count() を呼び出すだけ.
---------------------------------------- -}
_result = ((JvmtiEnvBase*)_env)->get_frame_count(_state, _count_ptr);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.