Blocks :
|
Reflection code is split across the JDK and the vm. Reflection generates code dynamically to speed up reflection processing after startup. The generated code needs to use invokespecial for private interface methods to match the JVMS specification.
|