--- old/test/java/rmi/activation/Activatable/unregisterInactive/UnregisterInactive.java 2016-09-27 02:08:11.839210479 -0700 +++ new/test/java/rmi/activation/Activatable/unregisterInactive/UnregisterInactive.java 2016-09-27 02:08:11.643308476 -0700 @@ -22,7 +22,7 @@ */ /* @test - * @bug 4115331 + * @bug 4115331 8085192 * @summary synopsis: activatable object fails to go inactive after * unregister/inactive sequence. * @author Ann Wollrath @@ -88,9 +88,7 @@ RMID rmid = null; try { - RMID.removeLog(); - rmid = RMID.createRMID(); - rmid.start(); + rmid = RMID.launch(); System.err.println("Creating descriptor");