diff src/share/vm/utilities/vmError.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 38f750491293
children
line wrap: on
line diff
--- a/src/share/vm/utilities/vmError.hpp	Wed Oct 16 10:52:41 2013 +0200
+++ b/src/share/vm/utilities/vmError.hpp	Tue Nov 05 17:38:04 2013 -0800
@@ -136,6 +136,10 @@
 
   // check to see if fatal error reporting is in progress
   static bool fatal_error_in_progress() { return first_error != NULL; }
+
+  static jlong get_first_error_tid() {
+    return first_error_tid;
+  }
 };
 
 #endif // SHARE_VM_UTILITIES_VMERROR_HPP