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

[GR-53458] JVMCIVersionCheck should only consider release and early-access OpenJDK version #8791

Merged
merged 18 commits into from
Apr 18, 2024

Conversation

graalvmbot
Copy link
Collaborator

JDK builds with different pre-release identifier ($PRE) do not necessarily use comparable build numbers ($BUILD). Thus, we restrict the JVMCIVersionCheck to known pre-release identifiers, namely empty (a release) and ea (used for official early-access builds). Versions with other pre-release identifiers are ignored, i.e., the JVMCVersionCheck will never complain.

This follows-up on #8699, which added general support for checking OpenJDK versions in JVCMIVersionCheck.

See https://openjdk.org/jeps/223 for the official documentation of the versioning scheme.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 17, 2024
@graalvmbot graalvmbot closed this Apr 18, 2024
@graalvmbot graalvmbot merged commit c0959ee into master Apr 18, 2024
13 checks passed
@graalvmbot graalvmbot deleted the je/jvmci-version-check-only-ga-and-ea-GR-53458 branch April 18, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants