Re: RFR: JDK-8319662 ForkJoinPool trims worker threads too slowly [v6]

2023-12-03 Thread Doug Lea
> This update cascades timeouts to trim subsequent workers after the first > keepAlive inactive period. Doug Lea has updated the pull request incrementally with one additional commit since the last revision: Reduce oversignalling and contention; add test - Changes: - all: htt

Re: RFR: JDK-8319662 ForkJoinPool trims worker threads too slowly [v6]

2023-12-05 Thread Viktor Klang
On Sun, 3 Dec 2023 17:13:49 GMT, Doug Lea wrote: >> This update cascades timeouts to trim subsequent workers after the first >> keepAlive inactive period. > > Doug Lea has updated the pull request incrementally with one additional > commit since the last revision: > > Reduce oversignalling

Re: RFR: JDK-8319662 ForkJoinPool trims worker threads too slowly [v6]

2023-12-05 Thread Viktor Klang
On Sun, 3 Dec 2023 17:13:49 GMT, Doug Lea wrote: >> This update cascades timeouts to trim subsequent workers after the first >> keepAlive inactive period. > > Doug Lea has updated the pull request incrementally with one additional > commit since the last revision: > > Reduce oversignalling

Re: RFR: JDK-8319662 ForkJoinPool trims worker threads too slowly [v6]

2023-12-05 Thread Viktor Klang
On Tue, 5 Dec 2023 16:15:31 GMT, Viktor Klang wrote: >> Doug Lea has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Reduce oversignalling and contention; add test > > src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 1