-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b161
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176973 | 10 | Brian Burkhalter | P4 | Resolved | Fixed | b03 |
JDK-8312494 | 8u391 | kiran kumar J | P4 | Resolved | Fixed | b04 |
The test initiates a chain of writes to an AsynchronousSocketChannel and then attempts a single write outside of this chain which is expected to fail with a WritePendingException. It is possible however that the single write could be initiated between one of the chained writes causing the chain of writes to fail and resulting in a spurious error in the test.
- backported by
-
JDK-8176973 Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java
-
- Resolved
-
-
JDK-8312494 Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java
-
- Resolved
-
- relates to
-
JDK-8161991 (ch) java/nio/channels/AsynchronousSocketChannel/Basic.java failed due to RuntimeException: WritePendingException expected
-
- Resolved
-
- links to