--- old/src/hotspot/share/services/diagnosticCommand.cpp 2019-03-11 14:27:25.062354064 +0100 +++ new/src/hotspot/share/services/diagnosticCommand.cpp 2019-03-11 14:27:24.850354067 +0100 @@ -123,7 +123,6 @@ DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl(jmx_agent_export_flags, true,false)); DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl(jmx_agent_export_flags, true,false)); DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl(jmx_agent_export_flags, true,false)); - // Debug on cmd (only makes sense with JVMTI since the agentlib needs it). #if INCLUDE_JVMTI DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl(full_export, true, false));