comparison src/share/vm/services/diagnosticCommand.cpp @ 8002:8391fdd36e1f

Merge
author dlong
date Sun, 27 Jan 2013 01:07:09 -0800
parents db9981fd3124
children 3c9bc17b9403
comparison
equal deleted inserted replaced
7946:6fbe8a57549d 8002:8391fdd36e1f
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