Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraalVM JDK19 Builds #4957

Closed
fniephaus opened this issue Sep 14, 2022 · 3 comments
Closed

GraalVM JDK19 Builds #4957

fniephaus opened this issue Sep 14, 2022 · 3 comments
Assignees
Labels

Comments

@fniephaus
Copy link
Member

fniephaus commented Sep 14, 2022

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. These builds will include the Graal compiler, Native Image, and all GraalVM languages and tools, except Espresso (Java on Truffle). 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

@fniephaus
Copy link
Member Author

The first GraalVM JDK19 dev builds are now available at https://github.com/graalvm/graalvm-ce-dev-builds/releases/latest.

@fniephaus
Copy link
Member Author

JDK19 builds have shipped with the 22.3 release. 🎉

Repository owner moved this from In Progress to Done in GraalVM Community Roadmap Oct 25, 2022
@fniephaus fniephaus unpinned this issue Dec 20, 2022
@GrapeBaBa
Copy link

@fniephaus I used 22.3.1 jdk19, but virtual thread and structured concurrency not works, it is no exception throwed but the process will hang when executing virtual thread fork.

@fniephaus fniephaus moved this from Done to Released in GraalVM Community Roadmap Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Released
Development

No branches or pull requests

4 participants
@gilles-duboscq @fniephaus @GrapeBaBa and others