--- old/src/java.xml/share/classes/module-info.java 2017-02-09 19:07:06.560510844 -0800 +++ new/src/java.xml/share/classes/module-info.java 2017-02-09 19:07:06.463450015 -0800 @@ -26,6 +26,8 @@ /** * Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX), * the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API. + * + * @since 9 */ module java.xml { exports javax.xml;