mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8374232: Comment cleanup in diagnosticCommand.cpp
Reviewed-by: cjplummer
This commit is contained in:
parent
8d80bac1ec
commit
61cb6d7408
@ -91,11 +91,8 @@ static void loadAgentModule(TRAPS) {
|
|||||||
THREAD);
|
THREAD);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DCmd::register_dcmds(){
|
void DCmd::register_dcmds() {
|
||||||
// Registration of the diagnostic commands
|
// Argument specifies on which interfaces a command is made available:
|
||||||
// First argument specifies which interfaces will export the command
|
|
||||||
// Second argument specifies if the command is enabled
|
|
||||||
// Third argument specifies if the command is hidden
|
|
||||||
uint32_t full_export = DCmd_Source_Internal | DCmd_Source_AttachAPI
|
uint32_t full_export = DCmd_Source_Internal | DCmd_Source_AttachAPI
|
||||||
| DCmd_Source_MBean;
|
| DCmd_Source_MBean;
|
||||||
DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<HelpDCmd>(full_export));
|
DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<HelpDCmd>(full_export));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user