< prev index next >

test/java/rmi/activation/Activatable/elucidateNoSuchMethod/ElucidateNoSuchMethod.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! * @bug 4128620 * @summary synopsis: NoSuchMethodError should be elucidated * @author Laird Dornin * * @library ../../../testlibrary * @modules java.rmi/sun.rmi.registry --- 20,30 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! * @bug 4128620 8085192 * @summary synopsis: NoSuchMethodError should be elucidated * @author Laird Dornin * * @library ../../../testlibrary * @modules java.rmi/sun.rmi.registry
*** 88,100 **** 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(); --- 88,98 ---- 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 >