--- old/src/hotspot/share/services/diagnosticCommand.cpp 2018-04-18 09:32:11.695094000 +0200 +++ new/src/hotspot/share/services/diagnosticCommand.cpp 2018-04-18 09:32:11.412078000 +0200 @@ -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, discard", "STRING", false, "all"), + _function("function", "Function to be performed (aggregate, UsedSpace, FreeSpace, MethodCount, MethodSpace, MethodAge, MethodNames, 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);