hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 41057 f77b9d9e0e4c
parent 40061 8df4c4a20902
child 42608 14af45789042
equal deleted inserted replaced
41054:29ca540a1910 41057:f77b9d9e0e4c
   187   static void g1_wb_post(void* card_addr, JavaThread* thread);
   187   static void g1_wb_post(void* card_addr, JavaThread* thread);
   188 #endif // INCLUDE_ALL_GCS
   188 #endif // INCLUDE_ALL_GCS
   189 
   189 
   190   // exception handling and implicit exceptions
   190   // exception handling and implicit exceptions
   191   static address compute_compiled_exc_handler(CompiledMethod* nm, address ret_pc, Handle& exception,
   191   static address compute_compiled_exc_handler(CompiledMethod* nm, address ret_pc, Handle& exception,
   192                                               bool force_unwind, bool top_frame_only);
   192                                               bool force_unwind, bool top_frame_only, bool& recursive_exception_occurred);
   193   enum ImplicitExceptionKind {
   193   enum ImplicitExceptionKind {
   194     IMPLICIT_NULL,
   194     IMPLICIT_NULL,
   195     IMPLICIT_DIVIDE_BY_ZERO,
   195     IMPLICIT_DIVIDE_BY_ZERO,
   196     STACK_OVERFLOW
   196     STACK_OVERFLOW
   197   };
   197   };