Javac internal error compiling lambdas

Jose jgetino at telefonica.net
Wed Apr 3 13:29:59 PDT 2013


>I've fixed this in lambda repository. A promoted build containing the 
>fix will be available sometime next week.


Maurizio,

there were some more concerns lately regading javac. 

Woud this code compile now?. I have tons of lambdas in interfaces defining
properties and they make javac to crash.


import java.util.function.Predicate;
interface Foo {
    Predicate<?> TAUTOLOGY= t -> true;
}



More information about the lambda-dev mailing list