Searched refs:first_error_tid (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder.cpp85 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
96 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
108 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
118 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
H A DvmError.hpp69 static volatile jlong first_error_tid; member in class:VMError
H A DvmError.cpp803 volatile jlong VMError::first_error_tid = -1; member in class:VMError
837 first_error_tid = mytid;
863 if (first_error_tid != mytid) {

Completed in 32 milliseconds