}
}
} else if (JVM_NAME.startsWith(GNU)) {
return new GCJInstantiator(type);
} else if (JVM_NAME.startsWith(PERC)) {
return new PercInstantiator(type);
}
// Fallback instantiator, should work with:
// - Java Hotspot version 1.4 and higher
// - JRockit 1.4-R26 and higher