New Early Access builds

Remi Forax forax at univ-mlv.fr
Tue Feb 15 11:34:20 UTC 2022


----- Original Message -----
> From: "Alan Bateman" <Alan.Bateman at oracle.com>
> To: "loom-dev" <loom-dev at openjdk.java.net>
> Sent: Tuesday, February 15, 2022 12:13:13 PM
> Subject: New Early Access builds

> The builds at the Project Loom Early Access page [1] have been
> refreshed. The latest builds are based on jdk-19+9.
> 
> The main change since the last EA builds were published is that we've
> moved the APIs for Structured Concurrency and Scope Locals into an
> incubator module. The module is name is jdk.incubator.concurrent for now
> but may change. The change means you need to add "--add-modules
> jdk.incubator.concurrent" when compiling or running code that uses these
> APIs.

I've fought Maven 5 mins this morning trying to remember how to add --add-modules to the compiler plugin configuration before using Google [2].

I believe the next step is to integrate it into the JDK 19 mainline, no :)

> 
> -Alan
> 
> [1] https://jdk.java.net/loom/

Rémi

[2] https://github.com/forax/loom-fiber/blob/master/pom.xml#L44


More information about the loom-dev mailing list