hotspot/src/share/vm/opto/runtime.hpp
changeset 14835 70896cb93c35
parent 14132 3c1437abcefd
child 18507 61bfc8995bb3
equal deleted inserted replaced
14834:f29c91f2f22b 14835:70896cb93c35
   172 
   172 
   173   // Exception handling
   173   // Exception handling
   174   static address handle_exception_C       (JavaThread* thread);
   174   static address handle_exception_C       (JavaThread* thread);
   175   static address handle_exception_C_helper(JavaThread* thread, nmethod*& nm);
   175   static address handle_exception_C_helper(JavaThread* thread, nmethod*& nm);
   176   static address rethrow_C                (oopDesc* exception, JavaThread *thread, address return_pc );
   176   static address rethrow_C                (oopDesc* exception, JavaThread *thread, address return_pc );
       
   177   static void deoptimize_caller_frame     (JavaThread *thread);
   177   static void deoptimize_caller_frame     (JavaThread *thread, bool doit);
   178   static void deoptimize_caller_frame     (JavaThread *thread, bool doit);
   178   static bool is_deoptimized_caller_frame (JavaThread *thread);
   179   static bool is_deoptimized_caller_frame (JavaThread *thread);
   179 
   180 
   180   // CodeBlob support
   181   // CodeBlob support
   181   // ===================================================================
   182   // ===================================================================