Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8169739

LinkedBlockingDeque spliterator needs to support node self-linking

XMLWordPrintable

      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.

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: