-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b148
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8312410 | 8u391 | Abhishek N | P4 | Resolved | Fixed | b04 |
java/rmi/registry/interfaceHash/InterfaceHash.java failed intermittently with "Port already in use"
this is a bug separated fromJDK-8025199, they have similar result but different root cause.
To fixJDK-8025199, need to build a mechanism to start the rmiregistry on an ephemeral port in a new jvm and get the port, don't have good solution for now, so separate this bug from JDK-8025199.
this is a bug separated from
To fix
- backported by
-
JDK-8312410 java/rmi/registry/interfaceHash/InterfaceHash.java failed intermittently with "Port already in use"
- Resolved