Searched refs:coredump_status (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp72 static bool coredump_status; member in class:VMError
74 // When coredump_status is set to true this will contain the name/path to the core/minidump,
75 // if coredump_status if false, this will (hopefully) contain a useful error explaining why
H A DvmError.cpp212 bool VMError::coredump_status; member in class:VMError
216 coredump_status = status;
480 if (coredump_status) {

Completed in 31 milliseconds