< prev index next >

test/java/rmi/activation/Activatable/restartService/RestartService.java

Print this page

        

@@ -20,11 +20,11 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /* @test
- * @bug 4095165 4321151
+ * @bug 4095165 4321151 8085192
  * @key intermittent
  * @summary synopsis: activator should restart daemon services
  * @author Ann Wollrath
  *
  * @library ../../../testlibrary

@@ -126,13 +126,11 @@
 
         RMID rmid = null;
         RestartService unicastObj = null;
 
         try {
-            RMID.removeLog();
-            rmid = RMID.createRMID();
-            rmid.start();
+            rmid = RMID.launch();
 
             /* Cause activation groups to have a security policy that will
              * allow security managers to be downloaded and installed
              */
             Properties p = new Properties();
< prev index next >