< prev index next >

test/java/rmi/activation/Activatable/inactiveGroup/InactiveGroup.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! * @bug 4116082 * * @summary synopsis: rmid should not destroy group when it reports * inactiveGroup * @author Ann Wollrath * --- 20,30 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! * @bug 4116082 8085192 * * @summary synopsis: rmid should not destroy group when it reports * inactiveGroup * @author Ann Wollrath *
*** 98,110 **** TestLibrary.suggestSecurityManager("java.rmi.RMISecurityManager"); RMID rmid = null; try { ! RMID.removeLog(); ! rmid = RMID.createRMID(); ! rmid.start(); /* Cause activation groups to have a security policy that will * allow security managers to be downloaded and installed */ Properties p = new Properties(); --- 98,108 ---- TestLibrary.suggestSecurityManager("java.rmi.RMISecurityManager"); RMID rmid = null; try { ! 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 >