-
Bug
-
Resolution: Fixed
-
P3
-
None
-
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.
Code is already in the lamnda repo and the java.util.concurrent implementations to tl will be handled separately.