Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b151
Description
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.
Attachments
Issue Links
- 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