< prev index next >

test/java/rmi/activation/Activatable/restartCrashedService/RestartCrashedService.java

Print this page

        

@@ -26,10 +26,14 @@
  * @bug 4140736
  * @summary synopsis: rmid should waitFor restartable objects that crash and restart them
  * @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 RMID ActivateMe RestartCrashedService_Stub
  * @run main/othervm/policy=security.policy/timeout=240 RestartCrashedService
  */
 
 import java.io.*;
< prev index next >