--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java 2017-01-27 16:11:58.354348461 -0800 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java 2017-01-27 16:11:58.286348459 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -52,7 +52,7 @@ * deletion without notice. */ @SupportedAnnotationTypes("*") -@SupportedSourceVersion(SourceVersion.RELEASE_9) +@SupportedSourceVersion(SourceVersion.RELEASE_10) public class PrintingProcessor extends AbstractProcessor { PrintWriter writer;