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

Merge
author mgronlun
date Fri, 01 Nov 2013 17:10:31 +0000
parents bd3237e0e18d
children 096c224171c4 2b8e28fdf503
line wrap: on
line diff
--- a/src/share/vm/interpreter/abstractInterpreter.hpp	Fri Nov 01 10:32:36 2013 -0400
+++ b/src/share/vm/interpreter/abstractInterpreter.hpp	Fri Nov 01 17:10:31 2013 +0000
@@ -158,8 +158,8 @@
   // Runtime support
 
   // length = invoke bytecode length (to advance to next bytecode)
-  static address    deopt_entry   (TosState state, int length) { ShouldNotReachHere(); return NULL; }
-  static address    return_entry  (TosState state, int length) { ShouldNotReachHere(); return NULL; }
+  static address deopt_entry(TosState state, int length) { ShouldNotReachHere(); return NULL; }
+  static address return_entry(TosState state, int length, Bytecodes::Code code) { ShouldNotReachHere(); return NULL; }
 
   static address    rethrow_exception_entry()                   { return _rethrow_exception_entry; }