--- old/test/langtools/tools/javac/defaultMethodsVisibility/DefaultMethodsNotVisibleForSourceLessThan8Test.java 2018-07-06 13:29:26.183000000 -0700 +++ new/test/langtools/tools/javac/defaultMethodsVisibility/DefaultMethodsNotVisibleForSourceLessThan8Test.java 2018-07-06 13:29:26.043000000 -0700 @@ -107,7 +107,6 @@ public static void main(String[] args) throws Exception { String[] sources = new String[] { - "1.6", "1.7", }; for (String source : sources) {