8066588: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails to compile
Reviewed-by: alanb, smarks
--- 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
+}