--- old/src/share/vm/interpreter/abstractInterpreter.hpp 2013-10-22 15:02:35.000000000 -0700 +++ new/src/share/vm/interpreter/abstractInterpreter.hpp 2013-10-22 15:02:35.000000000 -0700 @@ -161,8 +161,8 @@ // Runtime support // length = invoke bytecode length (to advance to next bytecode) - static address deopt_entry (TosState state, int length) { ShouldNotReachHere(); return NULL; } - static address return_entry (TosState state, int length) { ShouldNotReachHere(); return NULL; } + static address deopt_entry(TosState state, int length) { ShouldNotReachHere(); return NULL; } + static address return_entry(TosState state, int length, Bytecodes::Code code) { ShouldNotReachHere(); return NULL; } static address rethrow_exception_entry() { return _rethrow_exception_entry; }