--- old/src/cpu/zero/vm/cppInterpreter_zero.cpp 2013-10-22 15:02:17.000000000 -0700 +++ new/src/cpu/zero/vm/cppInterpreter_zero.cpp 2013-10-22 15:02:17.000000000 -0700 @@ -1006,7 +1006,7 @@ istate->set_stack_limit(stack_base - method->max_stack() - 1); } -address CppInterpreter::return_entry(TosState state, int length) { +address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) { ShouldNotCallThis(); return NULL; }