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

Parallel stream execution within a custom ForkJoinPool should obey the parallelism

XMLWordPrintable

        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.

              psandoz Paul Sandoz
              psandoz Paul Sandoz
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: