Skip to content

Commit 61cb6d7

Browse files
committed
8374232: Comment cleanup in diagnosticCommand.cpp
Reviewed-by: cjplummer
1 parent 8d80bac commit 61cb6d7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/hotspot/share/services/diagnosticCommand.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,8 @@ static void loadAgentModule(TRAPS) {
9191
THREAD);
9292
}
9393

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
94+
void DCmd::register_dcmds() {
95+
// Argument specifies on which interfaces a command is made available:
9996
uint32_t full_export = DCmd_Source_Internal | DCmd_Source_AttachAPI
10097
| DCmd_Source_MBean;
10198
DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<HelpDCmd>(full_export));

0 commit comments

Comments
 (0)