--- old/test/langtools/tools/javac/processing/model/TestSourceVersion.java 2017-12-11 22:32:57.382062613 -0800 +++ new/test/langtools/tools/javac/processing/model/TestSourceVersion.java 2017-12-11 22:32:57.034062598 -0800 @@ -23,7 +23,7 @@ /* * @test - * @bug 7025809 8028543 6415644 8028544 8029942 + * @bug 7025809 8028543 6415644 8028544 8029942 8193291 * @summary Test latest, latestSupported, underscore as keyword, etc. * @author Joseph D. Darcy * @modules java.compiler @@ -45,7 +45,7 @@ } private static void testLatestSupported() { - if (SourceVersion.latest() != RELEASE_10 || + if (SourceVersion.latest() != RELEASE_11 || SourceVersion.latestSupported() != RELEASE_10) throw new RuntimeException("Unexpected release value(s) found:\n" + "latest:\t" + SourceVersion.latest() + "\n" +