8066588: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails to compile
authorchegar
Wed, 03 Dec 2014 19:49:59 +0000
changeset 27800 8578596f74a4
parent 27799 097b1d6f6894
child 27801 2b1b7e235693
8066588: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails to compile Reviewed-by: alanb, smarks
jdk/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
--- a/jdk/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java	Wed Dec 03 19:28:35 2014 +0000
+++ b/jdk/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java	Wed Dec 03 19:49:59 2014 +0000
@@ -61,7 +61,7 @@
                     // ignore
                 }
             }
-            rmid.shutdown(rmidPort);
+            rmid.destroy();
         }
 
         if (failureCause != null) {
@@ -69,4 +69,4 @@
         }
 
     }
-}
\ No newline at end of file
+}