--- old/src/share/vm/services/diagnosticCommand.hpp 2014-09-18 10:34:03.291747300 +0200 +++ new/src/share/vm/services/diagnosticCommand.hpp 2014-09-18 10:34:03.183747295 +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";