src/share/vm/utilities/vmError.hpp

changeset 5667
38f750491293
parent 5333
068b406e307f
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/utilities/vmError.hpp	Wed Sep 04 08:55:08 2013 -0400
     1.2 +++ b/src/share/vm/utilities/vmError.hpp	Fri Sep 06 08:42:42 2013 -0700
     1.3 @@ -136,6 +136,10 @@
     1.4  
     1.5    // check to see if fatal error reporting is in progress
     1.6    static bool fatal_error_in_progress() { return first_error != NULL; }
     1.7 +
     1.8 +  static jlong get_first_error_tid() {
     1.9 +    return first_error_tid;
    1.10 +  }
    1.11  };
    1.12  
    1.13  #endif // SHARE_VM_UTILITIES_VMERROR_HPP

mercurial