|
Relates :
|
The changes in JDK-8035000 changed some common rmi testlibrary, RMID.java, and this test no longer compiles.
STDERR:
/opt/jprt/T/P1/122924.chhegar/s/jdk/test/javax/management/remote/mandatory/connection/RMIConnector_NPETest.java:64: error: method shutdown in class RMID cannot be applied to given types;
rmid.shutdown(rmidPort);
^
required: no arguments
found: int
reason: actual and formal argument lists differ in length
1 error
|