-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b66
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8032597 | 7u80 | Alan Bateman | P4 | Resolved | Fixed | b01 |
JDK-8060932 | 7u79 | Alan Bateman | P4 | Resolved | Fixed | b01 |
JDK-8057403 | 7u76 | Alan Bateman | P4 | Resolved | Fixed | b01 |
JDK-8034711 | 7u65 | Alan Bateman | P4 | Resolved | Fixed | b01 |
JDK-8032754 | 7u60 | Alan Bateman | P4 | Closed | Fixed | b05 |
Daniel Fuchs reports that with the changes for
The issue is that listener.close causes the listener to be closed asynchronously and its completion handler is setting failed to true for that case. This creates a race as the main thread may or may not see the new value of "failure". Easy fix.
- backported by
-
JDK-8032597 TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [mac]
- Resolved
-
JDK-8034711 TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [mac]
- Resolved
-
JDK-8057403 TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [mac]
- Resolved
-
JDK-8060932 TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [mac]
- Resolved
-
JDK-8032754 TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [mac]
- Closed