--- old/test/tools/javac/processing/model/type/NoTypes.java 2010-02-15 20:06:04.000000000 -0800 +++ new/test/tools/javac/processing/model/type/NoTypes.java 2010-02-15 20:06:04.000000000 -0800 @@ -39,8 +39,6 @@ import static javax.lang.model.type.TypeKind.*; - -@SupportedSourceVersion(SourceVersion.RELEASE_6) @SupportedAnnotationTypes("*") public class NoTypes extends AbstractProcessor { @@ -60,6 +58,11 @@ return true; } + @Override + public SourceVersion getSupportedSourceVersion() { + return SourceVersion.latest(); + } + private void doit(Set annoTypes, RoundEnvironment round) {