src/cpu/zero/vm/cppInterpreter_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8026328 Cdiff src/cpu/zero/vm/cppInterpreter_zero.cpp

src/cpu/zero/vm/cppInterpreter_zero.cpp

Print this page

        

*** 1004,1014 **** istate->set_stack_base(stack_base); istate->set_stack(stack); istate->set_stack_limit(stack_base - method->max_stack() - 1); } ! address CppInterpreter::return_entry(TosState state, int length) { ShouldNotCallThis(); return NULL; } address CppInterpreter::deopt_entry(TosState state, int length) { --- 1004,1014 ---- istate->set_stack_base(stack_base); istate->set_stack(stack); istate->set_stack_limit(stack_base - method->max_stack() - 1); } ! address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) { ShouldNotCallThis(); return NULL; } address CppInterpreter::deopt_entry(TosState state, int length) {
src/cpu/zero/vm/cppInterpreter_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File