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

/openjdk7/hotspot/src/share/vm/services/
H A DnmtDCmd.hpp42 DCmdArgument<bool> _auto_shutdown; member in class:NMTDCmd
H A DnmtDCmd.cpp52 _auto_shutdown("autoShutdown", "automatically shutdown itself under " \
67 _dcmdparser.add_dcmd_option(&_auto_shutdown);
97 if (_auto_shutdown.is_set()) { ++nopt; }
165 } else if (_auto_shutdown.is_set()) {
166 MemTracker::set_autoShutdown(_auto_shutdown.value());

Completed in 22 milliseconds