src/share/vm/services/diagnosticCommand.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/diagnosticCommand.hpp	Thu Sep 18 13:48:05 2014
--- new/src/share/vm/services/diagnosticCommand.hpp	Thu Sep 18 13:48:05 2014

*** 425,435 **** --- 425,435 ---- CodeListDCmd(outputStream* output, bool heap) : DCmd(output, heap) {} static const char* name() { return "Compiler.codelist"; } static const char* description() { ! return "Print all compiled methods in code cache."; ! return "Print all compiled methods in code cache that are alive"; } static const char* impact() { return "Medium"; } static const JavaPermission permission() {

src/share/vm/services/diagnosticCommand.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File