hotspot/src/share/vm/services/diagnosticCommand.hpp
changeset 42075 e5b263ac8c2e
parent 37195 88b6f1271f64
child 46742 24ec8a039c90
--- a/hotspot/src/share/vm/services/diagnosticCommand.hpp	Fri Oct 14 14:47:01 2016 -0700
+++ b/hotspot/src/share/vm/services/diagnosticCommand.hpp	Fri Oct 28 08:40:35 2016 +0200
@@ -386,7 +386,7 @@
     return "GC.class_stats";
   }
   static const char* description() {
-    return "Provide statistics about Java class meta data. Requires -XX:+UnlockDiagnosticVMOptions.";
+    return "Provide statistics about Java class meta data.";
   }
   static const char* impact() {
     return "High: Depends on Java heap size and content.";