Replies: 1 comment 4 replies
-
Could you please share the earlier versions of Graal VM and its corresponding JDK version compatibility?. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment, GraalVM uses both JDK versioning (GraalVM for JDK 22, GraalVM for JDK 23, ...) and our internal versioning (GraalVM for JDK 22 = GraalVM v24.0, GraalVM for JDK 23 = v24.1). To better align with JDK releases, and also to avoid confusion, we will slow down our versioning for one release, so that we can catch up with JDK versioning starting with JDK 25.
The change will work as follows:
So the key change is that GraalVM for JDK 24 will have internal version 24.2, and starting with GraalVM for JDK 25 in September 2025 the versions will be fully aligned. The new versioning will also apply to Truffle and Graal languages.
If you are integrating with GraalVM, or tracking internal versions, please adjust for this change.
Beta Was this translation helpful? Give feedback.
All reactions