*/
private static synchronized void init() {
if (jvm == null) {
try {
jvm = new VirtualMachine("default",
new CaliperConfig(ImmutableMap.<String, String>of()).getDefaultVmConfig());
} catch (InvalidConfigurationException e) {
throw new RuntimeException();
}
}
}