comparison src/share/vm/services/diagnosticCommand.hpp @ 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 fb19af007ffc
children 3c9bc17b9403
comparison
equal deleted inserted replaced
7619:46e60405583b 8001:db9981fd3124
33 #include "runtime/os.hpp" 33 #include "runtime/os.hpp"
34 #include "services/diagnosticArgument.hpp" 34 #include "services/diagnosticArgument.hpp"
35 #include "services/diagnosticCommand.hpp" 35 #include "services/diagnosticCommand.hpp"
36 #include "services/diagnosticFramework.hpp" 36 #include "services/diagnosticFramework.hpp"
37 #include "services/diagnosticCommand_ext.hpp" 37 #include "services/diagnosticCommand_ext.hpp"
38 #include "utilities/macros.hpp"
38 39
39 class HelpDCmd : public DCmdWithParser { 40 class HelpDCmd : public DCmdWithParser {
40 protected: 41 protected:
41 DCmdArgument<bool> _all; 42 DCmdArgument<bool> _all;
42 DCmdArgument<char*> _cmd; 43 DCmdArgument<char*> _cmd;