--- a/hotspot/src/share/vm/interpreter/cppInterpreter.hpp Wed Oct 23 19:22:28 2013 +0000
+++ b/hotspot/src/share/vm/interpreter/cppInterpreter.hpp Thu Oct 24 16:23:07 2013 -0700
@@ -78,7 +78,7 @@
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 return_entry (TosState state, int length, Bytecodes::Code code);
static address deopt_entry (TosState state, int length);
#ifdef TARGET_ARCH_x86