Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Java 7 has method handles as part of JSR 292 (bug 6655638). Reflective method call should be reimplemented on top of method handles, to provide a more direct call path to the target method. With method handles there is no need to create adapter classes for calling methods. The JVM can link directly to any method using a direct method handle. This involves no class loading.
|