-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: core-libs
-
b151
We already fixed
JDK-8169739 LinkedBlockingDeque spliterator needs to support node self-linking
but LinkedBlockingQueue has a very similar spliterator and both collections have nodes that may become self-linked during iteration, so both implementations need to be kept in sync. We have a shiny new test testElementRemovalDuringTraversal to reproduce an infloop chasing a self-link.
but LinkedBlockingQueue has a very similar spliterator and both collections have nodes that may become self-linked during iteration, so both implementations need to be kept in sync. We have a shiny new test testElementRemovalDuringTraversal to reproduce an infloop chasing a self-link.
- duplicates
-
JDK-8263152 LinkedBlockingQueue can get stuck in mulit-thread scene.
-
- Closed
-
- relates to
-
JDK-8169739 LinkedBlockingDeque spliterator needs to support node self-linking
-
- Resolved
-