-
Bug
-
Resolution: Fixed
-
P3
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8196530 | 9u-open | Doug Lea | P3 | Resolved | Fixed | master |
In JDK-8188900 we fixed some linearizability problems, but we didn't go far enough. We no longer possibly return an element from e.g. pollFirst that was not ever first. But we need to extend this to the empty-handed case - never return null from pollFirst if the deque is clearly never empty.
- backported by
-
JDK-8196530 ConcurrentLinkedDeque linearizability continued ...
-
- Resolved
-
- relates to
-
JDK-8188900 ConcurrentLinkedDeque linearizability
-
- Resolved
-