src/hotspot/share/services/diagnosticCommand.cpp
changeset 49053 0b61efd5a439
parent 49041 44122f767467
child 49480 d7df2dd501ce
--- a/src/hotspot/share/services/diagnosticCommand.cpp	Thu Feb 22 14:58:01 2018 -0500
+++ b/src/hotspot/share/services/diagnosticCommand.cpp	Thu Feb 22 14:16:18 2018 +0100
@@ -89,6 +89,7 @@
   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<ClassHierarchyDCmd>(full_export, true, false));
   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<SymboltableDCmd>(full_export, true, false));
   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<StringtableDCmd>(full_export, true, false));
+  DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<MetaspaceDCmd>(full_export, true, false));
 #if INCLUDE_JVMTI // Both JVMTI and SERVICES have to be enabled to have this dcmd
   DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<JVMTIAgentLoadDCmd>(full_export, true, false));
 #endif // INCLUDE_JVMTI