Skip to content

Commit

Permalink
compiler: update JVMCIVersionCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Feb 16, 2024
1 parent 205777b commit 81bfbd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public final class JVMCIVersionCheck {
private static final Map<String, Map<String, Version>> JVMCI_MIN_VERSIONS = Map.of(
"21", Map.of(DEFAULT_VENDOR_ENTRY, new Version(23, 1, 33)),
"23", Map.of(
"Oracle Corporation", new Version("23+9", 1),
DEFAULT_VENDOR_ENTRY, new Version("23+9", 1)));
"Oracle Corporation", new Version("23+10", 1),
DEFAULT_VENDOR_ENTRY, new Version("23+10", 1)));
private static final int NA = 0;
/**
* Minimum Java release supported by Graal.
Expand Down

0 comments on commit 81bfbd7

Please sign in to comment.