--- old/test/java/rmi/activation/Activatable/downloadParameterClass/DownloadParameterClass.java 2016-09-27 02:08:03.033615322 -0700 +++ new/test/java/rmi/activation/Activatable/downloadParameterClass/DownloadParameterClass.java 2016-09-27 02:08:02.812725818 -0700 @@ -22,7 +22,7 @@ */ /* @test - * @bug 4149366 + * @bug 4149366 8085192 * @summary The class loader used to load classes for parameter types sent in * an RMI call to an activatable object should delegate to the class loader * that loaded the class of the activatable object itself, to maximize the @@ -89,9 +89,7 @@ RMID rmid = 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