--- old/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/LoadProc.java 2018-06-21 20:20:16.814845153 -0700 +++ new/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/LoadProc.java 2018-06-21 20:20:16.114495132 -0700 @@ -50,7 +50,7 @@ import javax.tools.Diagnostic; -import static javax.lang.model.SourceVersion.RELEASE_11; +import static javax.lang.model.SourceVersion.RELEASE_12; /** * Annotation processor for the Deprecation Scanner tool. @@ -58,7 +58,7 @@ * */ @SupportedAnnotationTypes("java.lang.Deprecated") -@SupportedSourceVersion(RELEASE_11) +@SupportedSourceVersion(RELEASE_12) public class LoadProc extends AbstractProcessor { Elements elements; Messager messager;