-
Enhancement
-
Resolution: Duplicate
-
P3
-
None
-
7, 8
-
generic
-
generic
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.
- duplicates
-
JDK-8271820 Implementation of JEP 416: Reimplement Core Reflection with Method Handle
- Resolved
- relates to
-
JDK-7194897 JSR 292: Cannot create more than 16 instances of an anonymous class
- Resolved
-
JDK-8265605 Cannot call BootLoader::loadClassOrNull before initPhase2
- Resolved
-
JDK-8265872 assert(tag == t->type()->tag() || tag == objectTag && t->type()->tag() == addressTag) failed: types must correspond
- Closed
-
JDK-6567922 (reflect) Method.invoke() should make a more direct call to its target method
- Open
-
JDK-6823296 (reflect) getDeclaredMethod, getMethod, getDeclaredField, getField cause many classes to be loaded
- Open
-
JDK-6655638 dynamic languages need method handles
- Closed
-
JDK-8265391 assert(is_reference(type)) failed: must be reference type
- Closed