hotspot/src/share/vm/services/diagnosticCommand.cpp
changeset 25051 8110ec6e7340
parent 24424 2658d7834c6e
child 26587 e8b28fa936af
--- a/hotspot/src/share/vm/services/diagnosticCommand.cpp	Mon Jun 02 17:21:15 2014 +0200
+++ b/hotspot/src/share/vm/services/diagnosticCommand.cpp	Wed Jun 04 11:05:30 2014 +0200
@@ -23,6 +23,7 @@
  */
 
 #include "precompiled.hpp"
+#include "classfile/classLoaderStats.hpp"
 #include "gc_implementation/shared/vmGCOperations.hpp"
 #include "runtime/javaCalls.hpp"
 #include "runtime/os.hpp"
@@ -58,6 +59,7 @@
 #endif // INCLUDE_SERVICES
   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<ThreadDumpDCmd>(full_export, true, false));
   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<RotateGCLogDCmd>(full_export, true, false));
+  DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<ClassLoaderStatsDCmd>(full_export, true, false));
 
   // Enhanced JMX Agent Support
   // These commands won't be exported via the DiagnosticCommandMBean until an