< prev index next >

test/java/rmi/dgc/dgcImplInsulation/DGCImplInsulation.java

Print this page

        

@@ -29,10 +29,14 @@
  * fail due to the "accept" SocketPermission check simply because of the
  * access control context that it was exported with.
  * @author Peter Jones
  *
  * @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 DGCImplInsulation_Stub
  * @run main/othervm/policy=security.policy DGCImplInsulation
  */
 
 import java.lang.ref.Reference;
< prev index next >