jdk/test/java/rmi/activation/Activatable/restartCrashedService/RestartCrashedService.java
changeset 30820 0d4717a011d3
parent 27784 a51d6d4e0528
child 41751 365b2e7c0d2c
equal deleted inserted replaced
30819:45d6fd3af6ac 30820:0d4717a011d3
    26  * @bug 4140736
    26  * @bug 4140736
    27  * @summary synopsis: rmid should waitFor restartable objects that crash and restart them
    27  * @summary synopsis: rmid should waitFor restartable objects that crash and restart them
    28  * @author Ann Wollrath
    28  * @author Ann Wollrath
    29  *
    29  *
    30  * @library ../../../testlibrary
    30  * @library ../../../testlibrary
       
    31  * @modules java.rmi/sun.rmi.registry
       
    32  *          java.rmi/sun.rmi.server
       
    33  *          java.rmi/sun.rmi.transport
       
    34  *          java.rmi/sun.rmi.transport.tcp
    31  * @build TestLibrary RMID ActivateMe RestartCrashedService_Stub
    35  * @build TestLibrary RMID ActivateMe RestartCrashedService_Stub
    32  * @run main/othervm/policy=security.policy/timeout=240 RestartCrashedService
    36  * @run main/othervm/policy=security.policy/timeout=240 RestartCrashedService
    33  */
    37  */
    34 
    38 
    35 import java.io.*;
    39 import java.io.*;