-
Notifications
You must be signed in to change notification settings - Fork 15
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 master fails to build with OpenJDK 21 after GR-49610 #598
Comments
JDK 21 build is broken due to: graalvm/mandrel#598
JDK 21 build is broken due to: graalvm/mandrel#598
This issue appears to be stale because it has been open 30 days with no activity. This issue will be closed in 7 days unless |
@jerboaa have you tried requesting comments for jerboaa/jdk21u@27ef721 from the jdk21u project reviewers? I have toyed a bit with @adinn's idea of defining a proxy |
No I have not. Is this something critical to have in JDK 21? I don't think it is (as of yet). |
No, I do not think it's critical either (at least for the time being). For the users relying on an LTS JDK we can keep building Mandrel 23.1 from https://github.com/graalvm/graalvm-for-jdk21-community-backports This is expected to leave those users without access to more recent GraalVM features and improvements that might not be accepted for a backport in GraalVM for JDK 21. In this case the users will need to wait until the Mandrel 25.1 release (September 2025) which is planned to be built on top of the LTS JDK 25. This is also aligned with the upstream OpenJDK release cadence. |
Yes. |
I am closing this as not planned. |
Description
GraalVM master fails to build with OpenJDK 21 with the Mandrel config after oracle#7650 with:
The corresponding OpenJDK bug is:
https://bugs.openjdk.org/browse/JDK-8318027
OpenJDK 21 would need a patch like this one in order to be able to continue to build GraalVM master with OpenJDK 21. JDK-8318027 fixes this for OpenJDK 22.
The text was updated successfully, but these errors were encountered: