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

Print this page

        

@@ -30,10 +30,11 @@
  * @library ../../../testlibrary
  * @modules java.rmi/sun.rmi.registry
  *          java.rmi/sun.rmi.server
  *          java.rmi/sun.rmi.transport
  *          java.rmi/sun.rmi.transport.tcp
+ *          java.base/sun.nio.ch
  * @build TestLibrary RMID ActivateMe RestartCrashedService_Stub
  * @run main/othervm/policy=security.policy/timeout=240 RestartCrashedService
  */
 
 import java.io.*;

@@ -117,11 +118,11 @@
         RMID rmid = null;
         RestartCrashedService unicastObj = null;
 
         try {
             RMID.removeLog();
-            rmid = RMID.createRMID();
+            rmid = RMID.createRMIDOnEphemeralPort();
             rmid.start();
 
             /* Cause activation groups to have a security policy that will
              * allow security managers to be downloaded and installed
              */