-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b150
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8305739 | 8u381 | Vanitha B P | P4 | Resolved | Fixed | b02 |
in below tests,
java/rmi/transport/handshakeFailure/HandshakeFailure.java,
java/rmi/transport/handshakeTimeout/HandshakeTimeout.java
exception is not thrown when reach failure test case
if (connector.exception instanceof MarshalException) {
// only message is printed out, no exception is thrown.
}
There are potential intermittent failures in these 2 tests, should fix them too.
java/rmi/transport/handshakeFailure/HandshakeFailure.java,
java/rmi/transport/handshakeTimeout/HandshakeTimeout.java
exception is not thrown when reach failure test case
if (connector.exception instanceof MarshalException) {
// only message is printed out, no exception is thrown.
}
There are potential intermittent failures in these 2 tests, should fix them too.
- backported by
-
JDK-8305739 java/rmi/transport/handshake*/Handshake*.java, exception is not thrown when reach failure test case
- Resolved