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

src/share/vm/interpreter/cppInterpreter.hpp

Print this page

        

*** 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); static address deopt_entry (TosState state, int length); #ifdef TARGET_ARCH_x86 # include "cppInterpreter_x86.hpp" #endif --- 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