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

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 38f750491293
children
comparison
equal deleted inserted replaced
14421:3068270ba476 14422:2b8e28fdf503
134 // signal was not changed by error reporter 134 // signal was not changed by error reporter
135 static address get_resetted_sighandler(int sig); 135 static address get_resetted_sighandler(int sig);
136 136
137 // check to see if fatal error reporting is in progress 137 // check to see if fatal error reporting is in progress
138 static bool fatal_error_in_progress() { return first_error != NULL; } 138 static bool fatal_error_in_progress() { return first_error != NULL; }
139
140 static jlong get_first_error_tid() {
141 return first_error_tid;
142 }
139 }; 143 };
140 144
141 #endif // SHARE_VM_UTILITIES_VMERROR_HPP 145 #endif // SHARE_VM_UTILITIES_VMERROR_HPP