OpenJDK / amber / amber
changeset 59248:de502a45751f
8235334: Deprecate jcmd GC.class_stats
Summary: Add a deprecation message
Reviewed-by: zgu, iklam
author | coleenp |
---|---|
date | Tue, 10 Dec 2019 08:11:48 -0500 |
parents | de30eb1867e3 |
children | d1688b8d1516 |
files | src/hotspot/share/services/diagnosticCommand.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/services/diagnosticCommand.hpp Tue Dec 10 13:39:38 2019 +0100 +++ b/src/hotspot/share/services/diagnosticCommand.hpp Tue Dec 10 08:11:48 2019 -0500 @@ -388,7 +388,7 @@ return "GC.class_stats"; } static const char* description() { - return "Provide statistics about Java class meta data."; + return "(Deprecated) Provide statistics about Java class meta data."; } static const char* impact() { return "High: Depends on Java heap size and content.";