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

/openjdk9/hotspot/src/share/vm/logging/
H A DlogDiagnosticCommand.cpp34 _what("what", "Configures what tags to log.", "STRING", false),
41 _dcmdparser.add_dcmd_option(&_what);
71 if (_output.has_value() || _what.has_value() || _decorators.has_value()) {
73 _what.value(),
H A DlogDiagnosticCommand.hpp42 DCmdArgument<char *> _what; member in class:LogDiagnosticCommand

Completed in 88 milliseconds