-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b158
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175767 | 10 | Brian Burkhalter | P4 | Resolved | Fixed | b02 |
JDK-8306824 | 8u391 | kiran kumar J | P4 | Resolved | Fixed | b01 |
The test fails per JDK-8143614 with a java.nio.channels.ClosedSelectorException which suggests that the selector is closed before the spawned thread blocks on select(). The internal timing of the test should be improved hopefully to avert this situation.
- backported by
-
JDK-8175767 (se) Improve internal timing of java/nio/channels/Selector/WakeupAfterClose.java
-
- Resolved
-
-
JDK-8306824 (se) Improve internal timing of java/nio/channels/Selector/WakeupAfterClose.java
-
- Resolved
-
- relates to
-
JDK-8143614 (se) test/java/nio/channels/Selector/WakeupAfterClose.java failed intermittently
-
- Closed
-
- links to