RFR: 8292975: javac produces code that crashes with LambdaConversionException

Vicente Romero vromero at openjdk.org
Thu Oct 6 18:27:07 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

looks good

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

Marked as reviewed by vromero (Reviewer).

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


More information about the compiler-dev mailing list