Skip to content

Commit

Permalink
apply reviewer remark
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster authored and marwan-hallaoui committed Apr 17, 2024
1 parent a050286 commit 7fcb71f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public final class JVMCIVersionCheck {
"21", Map.of(DEFAULT_VENDOR_ENTRY, new Version(23, 1, 33)),
"23", Map.of(
"Oracle Corporation", new Version("23+18", 2),
DEFAULT_VENDOR_ENTRY, new Version("23+18", 2)));
DEFAULT_VENDOR_ENTRY, createOpenJDKVersion("23+18")));
private static final int NA = 0;
/**
* Minimum Java release supported by Graal.
Expand Down

0 comments on commit 7fcb71f

Please sign in to comment.