--- old/src/share/vm/services/diagnosticCommand.hpp 2014-09-18 12:35:52.068052404 +0200 +++ new/src/share/vm/services/diagnosticCommand.hpp 2014-09-18 12:35:51.952052399 +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";