We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d80bac commit 61cb6d7Copy full SHA for 61cb6d7
src/hotspot/share/services/diagnosticCommand.cpp
@@ -91,11 +91,8 @@ static void loadAgentModule(TRAPS) {
91
THREAD);
92
}
93
94
-void DCmd::register_dcmds(){
95
- // Registration of the diagnostic commands
96
- // First argument specifies which interfaces will export the command
97
- // Second argument specifies if the command is enabled
98
- // Third argument specifies if the command is hidden
+void DCmd::register_dcmds() {
+ // Argument specifies on which interfaces a command is made available:
99
uint32_t full_export = DCmd_Source_Internal | DCmd_Source_AttachAPI
100
| DCmd_Source_MBean;
101
DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<HelpDCmd>(full_export));
0 commit comments