hotspot/src/share/vm/opto/runtime.hpp
changeset 10987 696ed3367418
parent 10566 630c177ec580
child 12377 ae6def2813e0
--- a/hotspot/src/share/vm/opto/runtime.hpp	Wed Nov 09 00:42:33 2011 -0800
+++ b/hotspot/src/share/vm/opto/runtime.hpp	Wed Nov 09 06:14:32 2011 -0800
@@ -175,6 +175,7 @@
   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, bool doit);
+  static bool is_deoptimized_caller_frame (JavaThread *thread);
 
   // CodeBlob support
   // ===================================================================