New lambda binary drop (b62)
Mike Duigou
mike.duigou at oracle.com
Thu Oct 25 16:58:02 PDT 2012
Hello Lambdans;
A new binary drop of Java 8 SE with lambdas (b62) is available at
http://jdk8.java.net/lambda/
This build includes the latest libraries APIs and latest javac compiler. The libraries are maturing quickly and there is a lot of activity in this area. In the next couple of weeks some of the library work will start to migrate to jdk8 mainline. Follow corelibs-dev (http://mail.openjdk.java.net/mailman/listinfo/core-libs-dev) for review requests and feedback. This list will be cc:ed for jdk8/tl integration review requests.
As previously announced we will soon be converting the lambda javac compiler and jdk sources to use the EDR default method syntax. ie.
public void foo() default { bar(); }
becomes
public default foo() { bar(); }
We expect the disruption of migrating the existing source to last only a single day. Try to get any unpushed lambda/jdk changesets finished to avoid "merge hell".
Mike
More information about the lambda-dev
mailing list