< prev index next >

test/java/rmi/dgc/VMID/CheckVMID.java

Print this page

        

@@ -28,10 +28,14 @@
  * address in a VMID, a secure hash (using SHA) of the IP
  * address is used.
  * @author Ann Wollrath
  *
  * @library ../../testlibrary
+ * @modules java.rmi/sun.rmi.registry
+ *          java.rmi/sun.rmi.server
+ *          java.rmi/sun.rmi.transport
+ *          java.rmi/sun.rmi.transport.tcp
  * @build TestLibrary
  * @run main/othervm/policy=security.policy CheckVMID
  */
 
 import java.rmi.dgc.VMID;
< prev index next >