--- a/nashorn/src/jdk.dynalink/share/classes/module-info.java Thu Apr 06 17:01:05 2017 +0000
+++ b/nashorn/src/jdk.dynalink/share/classes/module-info.java Thu Apr 06 18:00:57 2017 -0700
@@ -217,6 +217,7 @@
* from B will get a chance to link the call site in A when it encounters the
* object from B.
*
+ * @moduleGraph
* @since 9
*/
module jdk.dynalink {
--- a/nashorn/src/jdk.scripting.nashorn/share/classes/module-info.java Thu Apr 06 17:01:05 2017 +0000
+++ b/nashorn/src/jdk.scripting.nashorn/share/classes/module-info.java Thu Apr 06 18:00:57 2017 -0700
@@ -90,6 +90,7 @@
In addition to {@code Java}, Nashorn also exposes some other non-standard built-in objects:
{@code JSAdapter}, {@code JavaImporter}, {@code Packages}
+@moduleGraph
@since 9
*/
module jdk.scripting.nashorn {