hotspot/src/share/vm/services/diagnosticCommand.hpp
changeset 26807 843ea33eb963
parent 26587 e8b28fa936af
child 29071 73f45d04ad7a
--- a/hotspot/src/share/vm/services/diagnosticCommand.hpp	Thu Sep 18 09:37:26 2014 +0200
+++ b/hotspot/src/share/vm/services/diagnosticCommand.hpp	Mon Sep 15 17:12:01 2014 +0200
@@ -427,7 +427,7 @@
     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";