--- old/src/java.compiler/share/classes/module-info.java 2017-02-09 18:44:43.047507074 -0800 +++ new/src/java.compiler/share/classes/module-info.java 2017-02-09 18:44:42.935436837 -0800 @@ -29,6 +29,8 @@ * These APIs model declarations and types of the Java programming language, * and define interfaces for tools such as compilers which can be invoked * from a program. + * + * @since 9 */ module java.compiler { exports javax.annotation.processing; --- old/src/jdk.compiler/share/classes/module-info.java 2017-02-09 18:44:43.491785511 -0800 +++ new/src/jdk.compiler/share/classes/module-info.java 2017-02-09 18:44:43.366707122 -0800 @@ -26,6 +26,8 @@ /** Defines the implementation of the * {@link javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler} * and its command line equivalent, javac, as well as javah. + * + * @since 9 */ module jdk.compiler { requires transitive java.compiler; --- old/src/jdk.javadoc/share/classes/module-info.java 2017-02-09 18:44:43.894037610 -0800 +++ new/src/jdk.javadoc/share/classes/module-info.java 2017-02-09 18:44:43.767958594 -0800 @@ -26,6 +26,8 @@ /** Defines the implementation of the * {@link javax.tools.ToolProvider#getSystemDocumentationTool system documentation tool} * and its command line equivalent, javadoc. + * + * @since 9 */ module jdk.javadoc { requires transitive java.compiler; --- old/src/jdk.jdeps/share/classes/module-info.java 2017-02-09 18:44:44.346321064 -0800 +++ new/src/jdk.jdeps/share/classes/module-info.java 2017-02-09 18:44:44.193225116 -0800 @@ -25,6 +25,8 @@ /** Defines tools for analysing dependencies in Java libraries and programs, including * the jdeps and javap tools. + * + * @since 9 */ module jdk.jdeps { requires java.base; --- old/src/jdk.jshell/share/classes/module-info.java 2017-02-09 18:44:44.779592603 -0800 +++ new/src/jdk.jshell/share/classes/module-info.java 2017-02-09 18:44:44.611487248 -0800 @@ -51,6 +51,8 @@ * independent, operate at different levels, and do not share functionality or * definitions. *

+ * + * @since 9 */ module jdk.jshell { requires transitive java.compiler;