diff src/share/vm/interpreter/cppInterpreter.hpp @ 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 1d1603768966
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/interpreter/cppInterpreter.hpp	Wed Oct 23 19:22:28 2013 +0000
+++ b/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