--- old/test/tools/javac/api/6468404/T6468404.java 2010-02-15 20:05:58.000000000 -0800 +++ new/test/tools/javac/api/6468404/T6468404.java 2010-02-15 20:05:58.000000000 -0800 @@ -105,7 +105,6 @@ } @SupportedAnnotationTypes("*") -@SupportedSourceVersion(SourceVersion.RELEASE_6) class P extends AbstractProcessor { boolean ran = false; @@ -145,4 +144,9 @@ } return true; } + + @Override + public SourceVersion getSupportedSourceVersion() { + return SourceVersion.latest(); + } }