final StatsHolder jvmNode = rootStatsHolder.addChild(MonitoredObjectType.JVM.getTypeName(), MonitoredObjectType.JVM);
assert (jvmNode != null) : "Initialization Error in jvmNodeCreation";
jvmNode.setObjectName(MonitoringObjectNames.getJvmObjectName());
jvmNode.setDottedName(DottedNameFactory.getJVMDottedName());
try {
this.registerJVMStats(new JVMStatsImpl(), null);
}
catch (Exception cause) {
throw new RuntimeException(cause);
}