comparison src/share/vm/services/diagnosticCommand.cpp @ 8001:db9981fd3124

8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
author jprovino
date Wed, 23 Jan 2013 13:02:39 -0500
parents 9855b7e559ae
children 3c9bc17b9403
comparison
equal deleted inserted replaced
7619:46e60405583b 8001: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