-
Sub-task
-
Resolution: Fixed
-
P4
-
9
-
b161
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176981 | 10 | Brian Burkhalter | P4 | Resolved | Fixed | b03 |
JDK-8328413 | 8u421 | kiran kumar J | P4 | Resolved | Fixed | b01 |
If the SocketChannel has not had time to become readable subsequent to an invocation of write1() then the test will fail in exactly the manner described in the super-issue. Increasing the sleep time in the write1() method might solve this problem or at least make a spurious failure less likely.
- backported by
-
JDK-8176981 Increase sleep time in java/nio/channels/Selector/ChangingInterests.java write1()
- Resolved
-
JDK-8328413 Increase sleep time in java/nio/channels/Selector/ChangingInterests.java write1()
- Resolved
- links to