diff src/cpu/x86/vm/cppInterpreter_x86.cpp @ 13010:bd3237e0e18d

8026328: Setting a breakpoint on invokedynamic crashes the JVM Reviewed-by: jrose, roland
author twisti
date Thu, 24 Oct 2013 16:23:07 -0700
parents 603ca7e51354
children d3f14809b051 2100bf712e2a
line wrap: on
line diff
--- a/src/cpu/x86/vm/cppInterpreter_x86.cpp	Wed Oct 23 19:22:28 2013 +0000
+++ b/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);
 }