src/hotspot/share/services/diagnosticCommand.cpp
changeset 51334 cc2c79d22508
parent 50785 d1b24f2ceca5
child 51467 12997ebbc0d8
--- a/src/hotspot/share/services/diagnosticCommand.cpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/share/services/diagnosticCommand.cpp	Wed Aug 08 15:31:07 2018 +0200
@@ -560,9 +560,9 @@
 #define DEFAULT_COLUMNS "InstBytes,KlassBytes,CpAll,annotations,MethodCount,Bytecodes,MethodAll,ROAll,RWAll,Total"
 ClassStatsDCmd::ClassStatsDCmd(outputStream* output, bool heap) :
                                        DCmdWithParser(output, heap),
-  _csv("-csv", "Print in CSV (comma-separated values) format for spreadsheets",
+  _all("-all", "Show all columns",
        "BOOLEAN", false, "false"),
-  _all("-all", "Show all columns",
+  _csv("-csv", "Print in CSV (comma-separated values) format for spreadsheets",
        "BOOLEAN", false, "false"),
   _help("-help", "Show meaning of all the columns",
        "BOOLEAN", false, "false"),