--- old/nashorn/src/jdk.dynalink/share/classes/module-info.java 2017-06-06 22:44:11.000000000 -0700 +++ new/nashorn/src/jdk.dynalink/share/classes/module-info.java 2017-06-06 22:44:11.000000000 -0700 @@ -24,6 +24,7 @@ */ /** + * Defines the API for dynamic linking of high-level operations on objects. *

* Dynalink is a library for dynamic linking of high-level operations on objects. * These operations include "read a property", @@ -217,6 +218,8 @@ * from B will get a chance to link the call site in A when it encounters the * object from B. * + * @uses jdk.dynalink.linker.GuardingDynamicLinkerExporter + * * @moduleGraph * @since 9 */