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

/openjdk7/hotspot/src/share/vm/services/
H A DnmtDCmd.hpp41 DCmdArgument<bool> _shutdown; member in class:NMTDCmd
H A DnmtDCmd.cpp49 _shutdown("shutdown", "request runtime to shutdown itself and free the " \
66 _dcmdparser.add_dcmd_option(&_shutdown);
96 if (_shutdown.is_set() && _shutdown.value()) { ++nopt; }
161 } else if (_shutdown.value()) {

Completed in 28 milliseconds