src/hotspot/share/utilities/exceptions.hpp
changeset 48826 c4d9d1b08e2e
parent 47216 71c04702a3d5
child 50516 77f9fece2f19
equal deleted inserted replaced
48825:ef8a98bc71f8 48826:c4d9d1b08e2e
   164                               const char* message,
   164                               const char* message,
   165                               ExceptionMsgToUtf8Mode to_utf8_safe = safe_to_utf8);
   165                               ExceptionMsgToUtf8Mode to_utf8_safe = safe_to_utf8);
   166 
   166 
   167   static void throw_stack_overflow_exception(Thread* thread, const char* file, int line, const methodHandle& method);
   167   static void throw_stack_overflow_exception(Thread* thread, const char* file, int line, const methodHandle& method);
   168 
   168 
       
   169   static void wrap_dynamic_exception(Thread* thread);
       
   170 
   169   // Exception counting for error files of interesting exceptions that may have
   171   // Exception counting for error files of interesting exceptions that may have
   170   // caused a problem for the jvm
   172   // caused a problem for the jvm
   171   static volatile int _stack_overflow_errors;
   173   static volatile int _stack_overflow_errors;
   172 
   174 
   173   static bool has_exception_counts();
   175   static bool has_exception_counts();