hotspot/src/share/vm/interpreter/abstractInterpreter.hpp
changeset 21198 dd647e8d1d72
parent 21095 1a04f7b3946e
child 22838 82c7497fbad4
--- a/hotspot/src/share/vm/interpreter/abstractInterpreter.hpp	Wed Oct 23 19:22:28 2013 +0000
+++ b/hotspot/src/share/vm/interpreter/abstractInterpreter.hpp	Thu Oct 24 16:23:07 2013 -0700
@@ -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; }