New Early Access builds
    Alan Bateman 
    Alan.Bateman at oracle.com
       
    Tue Feb 15 11:13:13 UTC 2022
    
    
  
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.
-Alan
[1] https://jdk.java.net/loom/
    
    
More information about the loom-dev
mailing list