--- old/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner9.java 2018-06-27 14:20:35.542003999 -0700 +++ new/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner9.java 2018-06-27 14:20:35.406003999 -0700 @@ -34,7 +34,7 @@ /** * A scanning visitor of program elements with default behavior * appropriate for source versions {@link SourceVersion#RELEASE_9 - * RELEASE_9} through {@link SourceVersion#RELEASE_11 RELEASE_11}. + * RELEASE_9} through {@link SourceVersion#RELEASE_12 RELEASE_12}. * * The visitXyz methods in this * class scan their component elements by calling {@code scan} on @@ -92,7 +92,7 @@ * @since 9 * @spec JPMS */ -@SupportedSourceVersion(RELEASE_11) +@SupportedSourceVersion(RELEASE_12) public class ElementScanner9 extends ElementScanner8 { /** * Constructor for concrete subclasses; uses {@code null} for the