hotspot/src/share/vm/opto/runtime.hpp
changeset 14835 70896cb93c35
parent 14132 3c1437abcefd
child 18507 61bfc8995bb3
--- a/hotspot/src/share/vm/opto/runtime.hpp	Wed Dec 19 15:40:35 2012 -0800
+++ b/hotspot/src/share/vm/opto/runtime.hpp	Wed Dec 19 19:21:15 2012 -0800
@@ -174,6 +174,7 @@
   static address handle_exception_C       (JavaThread* thread);
   static address handle_exception_C_helper(JavaThread* thread, nmethod*& nm);
   static address rethrow_C                (oopDesc* exception, JavaThread *thread, address return_pc );
+  static void deoptimize_caller_frame     (JavaThread *thread);
   static void deoptimize_caller_frame     (JavaThread *thread, bool doit);
   static bool is_deoptimized_caller_frame (JavaThread *thread);