diff src/cpu/zero/vm/cppInterpreter_zero.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 e16282db4946
children de6a9e811145 2b8e28fdf503
line wrap: on
line diff
--- a/src/cpu/zero/vm/cppInterpreter_zero.cpp	Wed Oct 23 19:22:28 2013 +0000
+++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp	Thu Oct 24 16:23:07 2013 -0700
@@ -1006,7 +1006,7 @@
   istate->set_stack_limit(stack_base - method->max_stack() - 1);
 }
 
-address CppInterpreter::return_entry(TosState state, int length) {
+address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) {
   ShouldNotCallThis();
   return NULL;
 }