diff src/share/vm/interpreter/cppInterpreter.hpp @ 13040:f8b56489e455

Merge
author mgronlun
date Fri, 01 Nov 2013 17:10:31 +0000
parents bd3237e0e18d
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/interpreter/cppInterpreter.hpp	Fri Nov 01 10:32:36 2013 -0400
+++ b/src/share/vm/interpreter/cppInterpreter.hpp	Fri Nov 01 17:10:31 2013 +0000
@@ -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