src/share/vm/services/diagnosticCommand.cpp

changeset 4542
db9981fd3124
parent 4167
9855b7e559ae
child 4544
3c9bc17b9403
equal deleted inserted replaced
4461:46e60405583b 4542:db9981fd3124
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