hotspot/src/share/vm/services/diagnosticCommand.hpp
changeset 42075 e5b263ac8c2e
parent 37195 88b6f1271f64
child 46742 24ec8a039c90
equal deleted inserted replaced
42074:c069e5e285cb 42075:e5b263ac8c2e
   384   ClassStatsDCmd(outputStream* output, bool heap);
   384   ClassStatsDCmd(outputStream* output, bool heap);
   385   static const char* name() {
   385   static const char* name() {
   386     return "GC.class_stats";
   386     return "GC.class_stats";
   387   }
   387   }
   388   static const char* description() {
   388   static const char* description() {
   389     return "Provide statistics about Java class meta data. Requires -XX:+UnlockDiagnosticVMOptions.";
   389     return "Provide statistics about Java class meta data.";
   390   }
   390   }
   391   static const char* impact() {
   391   static const char* impact() {
   392     return "High: Depends on Java heap size and content.";
   392     return "High: Depends on Java heap size and content.";
   393   }
   393   }
   394   static int num_arguments();
   394   static int num_arguments();