Skip to content

Commit

Permalink
compiler : update JVMCI version check
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui committed Jan 7, 2025
1 parent 7bede8c commit 1733ffe
Showing 1 changed file with 2 additions and 2 deletions.
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)),
"24", Map.of(
"Oracle Corporation", createLabsJDKVersion("24+29", 1),
DEFAULT_VENDOR_ENTRY, createLabsJDKVersion("24+29", 1)));
"Oracle Corporation", createLabsJDKVersion("24+30", 1),
DEFAULT_VENDOR_ENTRY, createLabsJDKVersion("24+30", 1)));
private static final int NA = 0;
/**
* Minimum Java release supported by Graal.
Expand Down

0 comments on commit 1733ffe

Please sign in to comment.