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

/openjdk9/hotspot/src/share/vm/logging/
H A DlogDiagnosticCommand.hpp44 DCmdArgument<bool> _disable; member in class:LogDiagnosticCommand
H A DlogDiagnosticCommand.cpp36 _disable("disable", "Turns off all logging and clears the log configuration.", "BOOLEAN", false),
43 _dcmdparser.add_dcmd_option(&_disable);
66 if (_disable.has_value()) {

Completed in 113 milliseconds