--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java 2019-12-02 22:02:51.411149712 -0800 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java 2019-12-02 22:02:51.251069718 -0800 @@ -55,7 +55,7 @@ * deletion without notice. */ @SupportedAnnotationTypes("*") -@SupportedSourceVersion(SourceVersion.RELEASE_14) +@SupportedSourceVersion(SourceVersion.RELEASE_15) public class PrintingProcessor extends AbstractProcessor { PrintWriter writer;