Searched refs:fatal_error_in_progress (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp136 static bool fatal_error_in_progress() { return first_error != NULL; } function in class:VMError
H A Devents.hpp115 return !VMError::fatal_error_in_progress();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp866 if (Debugging || VMError::fatal_error_in_progress()) return NULL;
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp941 VMError::fatal_error_in_progress(), "too expensive");

Completed in 38 milliseconds