-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b148
LinkedBlockingDeque Nodes can be self-linked while still in use, in which case traversers must reset iteration to queue.first. But the spliterator is written without that awareness, leading to infloops in case of concurrent access.
- relates to
-
JDK-8171051 LinkedBlockingQueue spliterator needs to support node self-linking
- Resolved