comparison src/share/vm/services/diagnosticCommand.cpp @ 8003:3c9bc17b9403

Merge
author bpittore
date Thu, 07 Feb 2013 16:05:48 -0500
parents 8f696cf1a0fb db9981fd3124
children 31a4e55f8c9d
comparison
equal deleted inserted replaced
7989:454d7cc622ab 8003: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