-
Bug
-
Resolution: Fixed
-
P4
-
8, 10
-
b32
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8224620 | openjdk8u222 | Unassigned | P4 | Resolved | Fixed | b04 |
If a parallel stream is executed within a custom ForkJoinPool then tasks will be submitted to that custom pool, however the size of the computation will be in proportion to the common pool and not the custom pool.
Such stream execution should be in proportion to the parallelism of the custom pool.
Such stream execution should be in proportion to the parallelism of the custom pool.
- backported by
-
JDK-8224620 Parallel stream execution within a custom ForkJoinPool should obey the parallelism
-
- Resolved
-
- relates to
-
JDK-8154387 Parallel unordered Stream.limit() tries to collect 128 elements even if limit is less
-
- Closed
-