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-55562] Update labsjdk to 23+32-jvmci-b01 #9334

Merged
merged 3 commits into from
Jul 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update JVMCIVersionCheck
  • Loading branch information
marwan-hallaoui committed Jul 19, 2024
commit 1a0b616f06dc09fd103c75bd37cf1a6cef7cca97
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public final class JVMCIVersionCheck {
private static final Map<String, Map<String, Version>> JVMCI_MIN_VERSIONS = Map.of(
"21", Map.of(DEFAULT_VENDOR_ENTRY, createLegacyVersion(23, 1, 33)),
"23", Map.of(
"Oracle Corporation", createLabsJDKVersion("23+31", 1),
DEFAULT_VENDOR_ENTRY, createLabsJDKVersion("23+31", 1)));
"Oracle Corporation", createLabsJDKVersion("23+32", 1),
DEFAULT_VENDOR_ENTRY, createLabsJDKVersion("23+32", 1)));
private static final int NA = 0;
/**
* Minimum Java release supported by Graal.
Expand Down