src/hotspot/share/services/diagnosticCommand.cpp
changeset 55516 f3b62797e2d0
parent 55294 3493c1bc59fd
child 58679 9c3209ff7550
child 59006 d3f1cb09b704
equal deleted inserted replaced
55515:4c52949a3487 55516:f3b62797e2d0
   127   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<JMXStopRemoteDCmd>(jmx_agent_export_flags, true,false));
   127   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<JMXStopRemoteDCmd>(jmx_agent_export_flags, true,false));
   128   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<JMXStatusDCmd>(jmx_agent_export_flags, true,false));
   128   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<JMXStatusDCmd>(jmx_agent_export_flags, true,false));
   129 
   129 
   130   // Debug on cmd (only makes sense with JVMTI since the agentlib needs it).
   130   // Debug on cmd (only makes sense with JVMTI since the agentlib needs it).
   131 #if INCLUDE_JVMTI
   131 #if INCLUDE_JVMTI
   132   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<DebugOnCmdStartDCmd>(full_export, true, false));
   132   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<DebugOnCmdStartDCmd>(full_export, true, true));
   133 #endif // INCLUDE_JVMTI
   133 #endif // INCLUDE_JVMTI
   134 
   134 
   135 }
   135 }
   136 
   136 
   137 #ifndef HAVE_EXTRA_DCMD
   137 #ifndef HAVE_EXTRA_DCMD