--- old/test/tools/javac/lambda/ByteCodeTest.java 2014-01-14 16:50:17.000000000 -0800 +++ new/test/tools/javac/lambda/ByteCodeTest.java 2014-01-14 16:50:17.000000000 -0800 @@ -122,7 +122,7 @@ static File compile(File f) { int rc = com.sun.tools.javac.Main.compile(new String[] { - "-source", "1.8", "-g", f.getPath() }); + "-g", f.getPath() }); if (rc != 0) throw new Error("compilation failed. rc=" + rc); String path = f.getPath();