-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: core-libs
-
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
-