Re: ForkJoin updates

Doug Lea via Concurrency-interest <[email protected]> Mon, 4 Apr 2022 11:13:52 -0400
Newsgroups gmane.comp.java.jsr.166-concurrency
Message-ID <[email protected]>
On 3/25/22 11:07, Doug Lea via Concurrency-interest wrote:
> Upcoming updates for ForkJoin{Pool,Task} are mainly designed to make 
> things better for loom (faster initialization, improved handling of 
> async tasks, less memory and signal contention, a few nichy methods).
Thanks to those who tried these out helped improve them! You can find 
updates that work with jdk17+ by grabbing a jsr166.jar 
(https://cs.oswego.edu/dl/jsr166/dist/jsr166.jar) and using: java 
--patch-module java.base="$DIR/jsr166.jar". Or build from github local 
branch of current openjdk: https://github.com/DougLea/jdk/tree/JDK-8277090

-Doug