hotspot/src/cpu/x86/vm/interp_masm_x86_64.cpp
// The following two routines provide a hook so that an implementation
// can schedule the dispatch in two parts. amd64 does not do this.
void InterpreterMacroAssembler::dispatch_prolog(TosState state, int step) {
{- -------------------------------------------
(1) (何もしない)
---------------------------------------- -}
// Nothing amd64 specific to be done here
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.