hotspot/src/cpu/x86/vm/interp_masm_x86_64.cpp
void InterpreterMacroAssembler::dispatch_epilog(TosState state, int step) {
{- -------------------------------------------
(1) InterpreterMacroAssembler::dispatch_next() を呼んでコードを生成するだけ.
---------------------------------------- -}
dispatch_next(state, step);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.