hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp
changeset 21198 dd647e8d1d72
parent 17875 9d4aa49a1d76
child 23203 76c2a23e2537
--- a/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp	Wed Oct 23 19:22:28 2013 +0000
+++ b/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp	Thu Oct 24 16:23:07 2013 -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);
 }