diff -r 79eb8795a1de -r 44eaac2b4501 test/tools/javac/processing/T6439826.java --- a/test/tools/javac/processing/T6439826.java Wed May 20 13:36:23 2009 -0700 +++ b/test/tools/javac/processing/T6439826.java Wed May 20 19:10:06 2009 -0700 @@ -39,7 +39,7 @@ @SupportedAnnotationTypes("*") -@SupportedSourceVersion(SourceVersion.RELEASE_6 ) +@SupportedSourceVersion(SourceVersion.RELEASE_7 ) public class T6439826 extends AbstractProcessor { public static void main(String... args) { String testSrc = System.getProperty("test.src", ".");