--- old/src/share/vm/services/diagnosticCommand.hpp 2014-09-18 13:48:05.700233311 +0200 +++ new/src/share/vm/services/diagnosticCommand.hpp 2014-09-18 13:48:05.588233306 +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";