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

/openjdk9/hotspot/src/share/vm/logging/
H A DlogDiagnosticCommand.cpp30 LogDiagnosticCommand::LogDiagnosticCommand(outputStream* output, bool heap_allocated) function in class:LogDiagnosticCommand
48 int LogDiagnosticCommand::num_arguments() {
50 LogDiagnosticCommand* dcmd = new LogDiagnosticCommand(NULL, false);
59 void LogDiagnosticCommand::registerCommand() {
61 DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<LogDiagnosticCommand>(full_visibility, true, false));
64 void LogDiagnosticCommand::execute(DCmdSource source, TRAPS) {
94 print_help(LogDiagnosticCommand::name());
H A DlogDiagnosticCommand.hpp29 // The LogDiagnosticCommand represents the 'VM.log' DCMD
38 class LogDiagnosticCommand : public DCmdWithParser { class in inherits:DCmdWithParser
49 LogDiagnosticCommand(outputStream* output, bool heap_allocated);
H A DlogConfiguration.cpp80 LogDiagnosticCommand::registerCommand();

Completed in 92 milliseconds