Running the diagnostic command GC.class_stats against a vanilla VM prints:
--
GC.class_stats command requires -XX:+UnlockDiagnosticVMOptions
--
This is really unhelpful when trying to diagnose a problem. There is really no reason for diagnostic commands to be hidden behind JVM flags.
--
GC.class_stats command requires -XX:+UnlockDiagnosticVMOptions
--
This is really unhelpful when trying to diagnose a problem. There is really no reason for diagnostic commands to be hidden behind JVM flags.
- relates to
-
JDK-6479360 RFE: PrintClassHistogram improvements
- Closed