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

java.util/stream Spliterators from sequential sources should not catch OOME

XMLWordPrintable

    • b100
    • Verified

      Spliterator implementations in java.util and java.util.stream that extract parallelism from a sequential source (such as an Iterator or LinkedList) currently catch OOME in an attempt to manage memory resources. This should be removed as it tends to push the memory issue somewhere else and induces new problems.

      Code is already in the lamnda repo and the java.util.concurrent implementations to tl will be handled separately.

            henryjen Henry Jen
            psandoz Paul Sandoz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: