hotspot/src/share/vm/interpreter/templateInterpreter.hpp
{- -------------------------------------------
(1) _active_table から次の命令を取得してリターンする.
---------------------------------------- -}
static address* dispatch_table(TosState state) { return _active_table.table_for(state); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.