Details
-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b42
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084709 | emb-9 | Chris Hegarty | P3 | Resolved | Fixed | team |
JDK-8275136 | openjdk8u322 | Chris Hegarty | P3 | Resolved | Fixed | b01 |
JDK-8263145 | 8u301 | Yoshiki Sato | P3 | Resolved | Fixed | b01 |
Description
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
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
Attachments
Issue Links
- backported by
-
JDK-8084709 javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails to compile
- Resolved
-
JDK-8263145 javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails to compile
- Resolved
-
JDK-8275136 javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails to compile
- Resolved
- relates to
-
JDK-8035000 TEST_BUG: remove ActivationLibrary.DestroyThread and have callers call rmid.destroy() instead
- Resolved