--- old/src/cpu/x86/vm/cppInterpreter_x86.cpp 2013-10-22 15:00:43.000000000 -0700 +++ new/src/cpu/x86/vm/cppInterpreter_x86.cpp 2013-10-22 15:00:42.000000000 -0700 @@ -367,7 +367,7 @@ return entry; } -address CppInterpreter::return_entry(TosState state, int length) { +address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) { // make it look good in the debugger return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation); }