Re: Trouble with Testing

2013-07-29 Thread David Holmes
Hi Matthew, This is a change in the javac output related to lambda expressions that was recently pushed (and which ties in to a hotspot change IIRC). The tests need to be recompiled with latest JDK8 (or at least they need to be recompiled with a version comparable to the one you are testing).

Trouble with Testing

2013-07-29 Thread Matthew Butner
So I have been able to successfully build the Java 1.8 but the testing fails due to errors on the Lines.jtr test under jdk/test/java/io/BufferedReader. I haven't modified any of the source code since I pulled it. Since I haven't changed anything I would assume my problem is coming from my build, jt