jdk-24/langtools/test/tools/javac/lambda/8016320
Robert Field a8e63b82f1 8012557: Implement lambda methods on interfaces as private
8016320: Method reference in subinterface of type I.super::foo produces exception at runtime

Now that the VM supports interface instance private methods, lambda methods and lambda bridges are always private. Access is now through invokespecial.

Reviewed-by: vromero, jlahoda
2013-10-10 23:26:56 -07:00
..
IllegalBridgeModifier.java 8012557: Implement lambda methods on interfaces as private 2013-10-10 23:26:56 -07:00