< prev index next >

test/java/rmi/activation/Activatable/unregisterInactive/UnregisterInactive.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! * @bug 4115331 * @summary synopsis: activatable object fails to go inactive after * unregister/inactive sequence. * @author Ann Wollrath * * @library ../../../testlibrary --- 20,30 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! * @bug 4115331 8085192 * @summary synopsis: activatable object fails to go inactive after * unregister/inactive sequence. * @author Ann Wollrath * * @library ../../../testlibrary
*** 86,98 **** TestLibrary.suggestSecurityManager("java.rmi.RMISecurityManager"); RMID rmid = null; try { ! RMID.removeLog(); ! rmid = RMID.createRMID(); ! rmid.start(); System.err.println("Creating descriptor"); /* Cause activation groups to have a security policy that will * allow security managers to be downloaded and installed --- 86,96 ---- TestLibrary.suggestSecurityManager("java.rmi.RMISecurityManager"); RMID rmid = null; try { ! rmid = RMID.launch(); System.err.println("Creating descriptor"); /* Cause activation groups to have a security policy that will * allow security managers to be downloaded and installed
< prev index next >