--- old/jdk/src/java.rmi/share/classes/module-info.java 2017-06-06 22:43:34.000000000 -0700 +++ new/jdk/src/java.rmi/share/classes/module-info.java 2017-06-06 22:43:33.000000000 -0700 @@ -26,6 +26,21 @@ /** * Defines the Remote Method Invocation (RMI) API. * + *

The JDK implementation of this module includes the {@index rmid rmid} + * tool that starts the activation system + * daemon that allows objects to be registered and activated in a + * Java Virtual Machine and the {@index rmiregistry rmiregistry} tool + * that starts a remote object registry. + * + *

+ *

+ *
Tool Guides:
+ *
{@extLink rmid_tool_reference rmid}, + * {@extLink rmiregistry_tool_reference rmiregistry}
+ *
+ * + * @uses java.rmi.server.RMIClassLoaderSpi + * * @moduleGraph * @since 9 */