-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b113
-
generic
-
generic
-
Verified
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.
- is blocked by
-
JDK-8011311 Lambda: Support Private concrete methods in interfaces
- Closed