--- old/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/LoadProc.java 2017-01-26 16:17:26.137572314 -0800 +++ new/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/LoadProc.java 2017-01-26 16:17:26.057572311 -0800 @@ -50,7 +50,7 @@ import javax.tools.Diagnostic; -import static javax.lang.model.SourceVersion.RELEASE_9; +import static javax.lang.model.SourceVersion.RELEASE_10; /** * Annotation processor for the Deprecation Scanner tool. @@ -58,7 +58,7 @@ * */ @SupportedAnnotationTypes("java.lang.Deprecated") -@SupportedSourceVersion(RELEASE_9) +@SupportedSourceVersion(RELEASE_10) public class LoadProc extends AbstractProcessor { Elements elements; Messager messager;