History log of /openjdk10/langtools/test/tools/javac/lambda/8012557/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2106:1ce8405af5fe 11-Oct-2013 rfield

8012557: Implement lambda methods on interfaces as private
8016320: Method reference in subinterface of type I.super::foo produces exception at runtime
Summary: 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