On 03/12/2014 14:40, Chris Hegarty wrote:
:
diff --git
a/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
b/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
---
a/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
+++
b/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
@@ -61,7 +61,7 @@
// ignore
}
}
- rmid.shutdown(rmidPort);
+ rmid.destroy();
}
I'm sure Stuart does a good "D'oh".
The change looks okay to me.
-Alan.