RFR 8056248: Improve ForkJoin thread throttling

2014-08-29 Thread Paul Sandoz
Hi, Please review fixes by Doug to For/Join to improve thread throttling (e.g. for nested parallel streams). This fix resulted in a lot of internal refactoring and clean up. In addition a new system property was added java.util.concurrent.ForkJoinPool.common.maximumSpares (which i suspect

Re: RFR 8056248: Improve ForkJoin thread throttling

2014-08-29 Thread Martin Buchholz
Approved. Thanks for doing this. On Fri, Aug 29, 2014 at 3:43 AM, Paul Sandoz paul.san...@oracle.com wrote: Hi, Please review fixes by Doug to For/Join to improve thread throttling (e.g. for nested parallel streams). This fix resulted in a lot of internal refactoring and clean up. In