Javac internal error compiling lambdas (original) (raw)
Jose jgetino at telefonica.net
Wed Apr 3 13:29:59 PDT 2013
- Previous message: hg: lambda/lambda/jdk: - make PipelineHelper an abstract class AbstractPipeline extends from
- Next message: Javac internal error compiling lambdas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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; }
- Previous message: hg: lambda/lambda/jdk: - make PipelineHelper an abstract class AbstractPipeline extends from
- Next message: Javac internal error compiling lambdas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]