src/share/vm/interpreter/cppInterpreter.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/cppInterpreter.hpp	Tue Oct 22 15:02:54 2013
--- new/src/share/vm/interpreter/cppInterpreter.hpp	Tue Oct 22 15:02:53 2013

*** 76,86 **** --- 76,86 ---- static address native_result_to_tosca(int index) { return _native_abi_to_tosca[index]; } // aka result handler static address tosca_result_to_stack(int index) { return _tosca_to_stack[index]; } static address stack_result_to_stack(int index) { return _stack_to_stack[index]; } static address stack_result_to_native(int index) { return _stack_to_native_abi[index]; } ! static address return_entry (TosState state, int length, Bytecodes::Code code); static address deopt_entry (TosState state, int length); #ifdef TARGET_ARCH_x86 # include "cppInterpreter_x86.hpp" #endif

src/share/vm/interpreter/cppInterpreter.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File