src/hotspot/share/utilities/exceptions.hpp
changeset 50516 77f9fece2f19
parent 48826 c4d9d1b08e2e
child 52067 2e72562697bf
equal deleted inserted replaced
50515:1ce463f497ad 50516:77f9fece2f19
   106 
   106 
   107   // Count out of memory errors that are interesting in error diagnosis
   107   // Count out of memory errors that are interesting in error diagnosis
   108   static volatile int _out_of_memory_error_java_heap_errors;
   108   static volatile int _out_of_memory_error_java_heap_errors;
   109   static volatile int _out_of_memory_error_metaspace_errors;
   109   static volatile int _out_of_memory_error_metaspace_errors;
   110   static volatile int _out_of_memory_error_class_metaspace_errors;
   110   static volatile int _out_of_memory_error_class_metaspace_errors;
       
   111 
       
   112   // Count linkage errors
       
   113   static volatile int _linkage_errors;
   111  public:
   114  public:
   112   // this enum is defined to indicate whether it is safe to
   115   // this enum is defined to indicate whether it is safe to
   113   // ignore the encoding scheme of the original message string.
   116   // ignore the encoding scheme of the original message string.
   114   typedef enum {
   117   typedef enum {
   115     safe_to_utf8 = 0,
   118     safe_to_utf8 = 0,