- All Implemented Interfaces:
- ObjectInstantiator<T>
public class JRockitLegacyInstantiator<T>
extends Object
implements ObjectInstantiator<T>
Instantiates a class by making a call to internal JRockit private methods. It is only supposed to
work on JRockit 1.4.2 JVMs prior to release R25.1. From release R25.1 on, JRockit supports
sun.reflect.ReflectionFactory, making this "trick" unnecessary. This instantiator will not call
any constructors.
- See Also:
ObjectInstantiator
,
SunReflectionFactoryInstantiator