graal
graal copied to clipboard
GraalVM JDK19 Builds
TL;DR
To allow users to take advantage of the latest JDK18 and JDK19 features such as Virtual Threads, the Simple Web Server, Structured Concurrency, and more, we plan to provide JDK19-based GraalVM builds.
Goals
As with previous JDK releases, we plan to ship preview builds of GraalVM JDK19, starting with the two core components: the Graal compiler and Native Image. Support for GraalVM languages will follow after that. For context: The official JDK 19 GA is scheduled for 2022/09/20.
Non-Goals
This is only about making JDK19 builds of GraalVM available as a preview. Official support will follow in a future release.
Related PRs
- https://github.com/oracle/graal/pull/4802
- https://github.com/oracle/graal/pull/4891
- https://github.com/oracle/graal/pull/4934
- https://github.com/oracle/graal/pull/4952