--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java 2020-05-17 21:11:01.354591999 -0700 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java 2020-05-17 21:11:01.098719999 -0700 @@ -57,7 +57,7 @@ * deletion without notice. */ @SupportedAnnotationTypes("*") -@SupportedSourceVersion(SourceVersion.RELEASE_15) +@SupportedSourceVersion(SourceVersion.RELEASE_16) public class PrintingProcessor extends AbstractProcessor { PrintWriter writer;