-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b150
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8313617 | 8u401 | Abhishek N | P4 | Resolved | Fixed | b01 |
there are rmi tests using TestLibrary.createRegistryOnUnusedPort, getUnusedRandomPort, registry created by these 2 methods could cause "port in use" exception intermittently. For some of the tests, these 2 methods can and should be replaced with createRegistryOnEphemeralPort and getRegistryPort.
Although not all the modified tests failed, it will help improve rmi test quality by replacing these methods.
Although not all the modified tests failed, it will help improve rmi test quality by replacing these methods.
- backported by
-
JDK-8313617 improve rmi tests by replacing TestLibrary.createRegistryOnUnusedPort, getUnusedRandomPort
- Resolved