Skip to content

Commit

Permalink
update JVMCI version check
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui authored and dougxc committed Oct 23, 2023
1 parent 4036ffe commit 8f1d3ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public final class JVMCIVersionCheck {
* Minimum JVMCI version supported by Graal.
*/
private static final Map<String, Version> JVMCI_MIN_VERSIONS = Map.of(
"21", new Version(23, 1, 21),
"22", new Version("22+18", 2));
"21", new Version(23, 1, 22),
"22", new Version("22+18", 3));

private static final int NA = 0;
/**
Expand Down

0 comments on commit 8f1d3ce

Please sign in to comment.