afu8u/langtools/test/tools/javac/lambda/8012557
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
..
A.java
B.java
C.java
PrivateLambdas.java
SAM.java