-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b161
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176974 | 10 | Brian Burkhalter | P4 | Resolved | Fixed | b03 |
JDK-8312608 | 8u391 | kiran kumar J | P4 | Resolved | Fixed | b04 |
This test failed in testTimeout() (see JDK-8078590) but the value of the timeout is unknown. Which timeout is involved could be deduced from the line number of the exception but as the test source changes the line number can change. It would be better to print the timeout value even though it seems unlikely that the information would be useful given that it should only matter whether the timeout is positive or non-positive.
- backported by
-
JDK-8176974 (ch) Add print of timeout value to java/nio/channels/AsynchronousSocketChannel/Basic.java
- Resolved
-
JDK-8312608 (ch) Add print of timeout value to java/nio/channels/AsynchronousSocketChannel/Basic.java
- Resolved
- relates to
-
JDK-8078590 (ch) java/nio/channels/AsynchronousSocketChannel/Basic.java fails intermittently with "Should not complete"
- Closed
- links to