src/hotspot/share/utilities/exceptions.hpp
changeset 50516 77f9fece2f19
parent 48826 c4d9d1b08e2e
child 52067 2e72562697bf
--- a/src/hotspot/share/utilities/exceptions.hpp	Wed May 30 14:46:17 2018 +0200
+++ b/src/hotspot/share/utilities/exceptions.hpp	Wed May 30 14:46:17 2018 +0200
@@ -108,6 +108,9 @@
   static volatile int _out_of_memory_error_java_heap_errors;
   static volatile int _out_of_memory_error_metaspace_errors;
   static volatile int _out_of_memory_error_class_metaspace_errors;
+
+  // Count linkage errors
+  static volatile int _linkage_errors;
  public:
   // this enum is defined to indicate whether it is safe to
   // ignore the encoding scheme of the original message string.