src/hotspot/share/services/diagnosticCommand.cpp
changeset 49650 c42db4d81e33
parent 49611 973c9504178e
child 49750 bdcfe8154201
--- a/src/hotspot/share/services/diagnosticCommand.cpp	Thu Mar 29 16:07:39 2018 -0400
+++ b/src/hotspot/share/services/diagnosticCommand.cpp	Thu Mar 29 14:53:01 2018 -0700
@@ -924,7 +924,7 @@
 //---<  BEGIN  >--- CodeHeap State Analytics.
 CodeHeapAnalyticsDCmd::CodeHeapAnalyticsDCmd(outputStream* output, bool heap) :
                                              DCmdWithParser(output, heap),
-  _function("function", "Function to be performed (aggregate, UsedSpace, FreeSpace, MethodCount, MethodSpace, MethodAge, MethodNames, discard", "STRING", false, "all"),
+  _function("function", "Function to be performed (aggregate, UsedSpace, FreeSpace, MethodCount, MethodSpace, MethodAge, discard", "STRING", false, "all"),
   _granularity("granularity", "Detail level - smaller value -> more detail", "STRING", false, "4096") {
   _dcmdparser.add_dcmd_argument(&_function);
   _dcmdparser.add_dcmd_argument(&_granularity);