RFR: 8292975: javac produces code that crashes with LambdaConversionException

Srikanth Adayapalam sadayapalam at openjdk.org
Fri Oct 7 04:21:47 UTC 2022


On Tue, 4 Oct 2022 06:09:10 GMT, Srikanth Adayapalam <sadayapalam at openjdk.org> wrote:

> Ensure that when functional interface parameters involve intersection types,
>     we fold the method reference to a lambda expression to work around
>     limitations/constraints in lambda meta factory.
> 
>     Also fixes JDK-8269983

Thanks gentlemen!

-------------

PR: https://git.openjdk.org/jdk/pull/10548


More information about the compiler-dev mailing list