This is 8u only fix. https://bugs.openjdk.java.net/browse/JDK-8080815 <https://bugs.openjdk.java.net/browse/JDK-8080815>
Webrev: http://cr.openjdk.java.net/~mchung/jdk8u/webrevs/8080815/webrev.00/ <http://cr.openjdk.java.net/~mchung/jdk8u/webrevs/8080815/webrev.00/> jdeps in 8u has to special case a few org.w3c.dom.* packages and javafx.* packages as exported APIs. JDK 9 jdeps looks at the module definition to determine the exported APIs and handles that properly. thanks Mandy
