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

/openjdk9/hotspot/src/share/vm/services/
H A DnmtDCmd.hpp45 DCmdArgument<bool> _shutdown; member in class:NMTDCmd
H A DnmtDCmd.cpp51 _shutdown("shutdown", "request runtime to shutdown itself and free the " \
63 _dcmdparser.add_dcmd_option(&_shutdown);
98 if (_shutdown.is_set() && _shutdown.value()) { ++nopt; }
148 } else if (_shutdown.value()) {
/openjdk9/hotspot/src/os/aix/vm/
H A DattachListener_aix.cpp68 static bool _shutdown; member in class:AixAttachListener
103 static void set_shutdown(bool shutdown) { _shutdown = shutdown; }
104 static bool is_shutdown() { return _shutdown; }
133 bool AixAttachListener::_shutdown = false; member in class:AixAttachListener

Completed in 48 milliseconds