// Fallback instantiator, should work with:
// - Java Hotspot version 1.4 and higher
// - JRockit 1.4-R26 and higher
// - IBM and Hitachi JVMs
// ... might works for others so we just give it a try
return new SunReflectionFactoryInstantiator(type);
}