src/share/vm/services/diagnosticCommand.cpp

changeset 4544
3c9bc17b9403
parent 4520
8f696cf1a0fb
parent 4542
db9981fd3124
child 5047
31a4e55f8c9d
equal deleted inserted replaced
4530:454d7cc622ab 4544:3c9bc17b9403
28 #include "services/diagnosticArgument.hpp" 28 #include "services/diagnosticArgument.hpp"
29 #include "services/diagnosticCommand.hpp" 29 #include "services/diagnosticCommand.hpp"
30 #include "services/diagnosticFramework.hpp" 30 #include "services/diagnosticFramework.hpp"
31 #include "services/heapDumper.hpp" 31 #include "services/heapDumper.hpp"
32 #include "services/management.hpp" 32 #include "services/management.hpp"
33 #include "utilities/macros.hpp"
33 34
34 void DCmdRegistrant::register_dcmds(){ 35 void DCmdRegistrant::register_dcmds(){
35 // Registration of the diagnostic commands 36 // Registration of the diagnostic commands
36 // First boolean argument specifies if the command is enabled 37 // First boolean argument specifies if the command is enabled
37 // Second boolean argument specifies if the command is hidden 38 // Second boolean argument specifies if the command is hidden

mercurial