-
Notifications
You must be signed in to change notification settings - Fork 735
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
Valhalla bringup for Java 25 updates #20911
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VALUE_TYPES_MAJOR_VERSION will also need updating.
test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaUtils.java
Outdated
Show resolved
Hide resolved
Updated -source to 25; Updated VALUE_TYPE_CLASS_FILE_VERSION to 69; Updated VALUE_TYPES_MAJOR_VERSION to 69. Signed-off-by: Jason Feng <fengj@ca.ibm.com>
1110a4a
to
9c2f5c2
Compare
Fixed. |
jenkins test sanity.functional alinux64 jdk17 |
Jenkins test sanity,extended xlinuxval jdknext |
It seems an infra error. This PR passed a personal build along with ibmruntimes/openj9-openjdk-jdk.valuetypes#17. |
Valhalla bringup for Java 25 updates
Updated
-source
to25
;Updated
VALUE_TYPE_CLASS_FILE_VERSION
to69
;Updated
VALUE_TYPES_MAJOR_VERSION
to69
.This change is required for Valhalla extension Java 25 update
Signed-off-by: Jason Feng fengj@ca.ibm.com