Hi, My understanding is that lambdas are currently a separate hg forest (to allow the lambdas team to go faster), and that the team will be bringing code across from lambdas into jdk8 mainline, and then rebaselining.
So it may not be possible to build a combined jdk8 + lambdas at the moment. (Brian, please correct me if I'm wrong). Henri - what's the situation with your builds? Would it be a lot of work to also build the lambdas forest for OS X? I think it would be very useful to tide us over until the rebaselining has all occurred. Thanks, Ben On Thu, Nov 17, 2011 at 1:31 PM, Behrang Saeedzadeh <behran...@gmail.com> wrote: > Hi all, > > I just grabbed the latest version of the OpenJDK 8 build from > http://openjdk-osx-build.googlecode.com/files/OpenJDK-1.8-x86_64-b11-20111112-release.dmg > but it doesn't seem to contain the recent drop of lambdas, as I was > unable to compile this simple Java class: > > public class Main { > > public static void main(String[] args) { > runMe(() -> {}); > } > > public static void runMe(Runnable r) { > r.run(); > } > > } > > Or am I using an incorrect syntax? Or is it that the lambdas aren't > still included in the builds provided by that Google Code project? > > Cheers, > Behrang Saeedzadeh > http://www.behrang.org > _______________________________________________ > mlvm-dev mailing list > mlvm-dev@openjdk.java.net > http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev > _______________________________________________ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev