OpenJDK / portola / portola
changeset 27800:8578596f74a4
8066588: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails to compile
Reviewed-by: alanb, smarks
author | chegar |
---|---|
date | Wed, 03 Dec 2014 19:49:59 +0000 |
parents | 097b1d6f6894 |
children | 2b1b7e235693 |
files | jdk/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 +}