Skip to content

Commit 892d761

Browse files
Update JVMCI version.
1 parent 10088eb commit 892d761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/JVMCIVersionCheck.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public final class JVMCIVersionCheck {
5656
private static final Map<String, Map<String, Version>> JVMCI_MIN_VERSIONS = Map.of(
5757
"21", Map.of(DEFAULT_VENDOR_ENTRY, createLegacyVersion(23, 1, 33)),
5858
"25", Map.of(
59-
"Oracle Corporation", createLabsJDKVersion("25+2", 1),
60-
DEFAULT_VENDOR_ENTRY, createLabsJDKVersion("25+2", 1)));
59+
"Oracle Corporation", createLabsJDKVersion("25+3", 1),
60+
DEFAULT_VENDOR_ENTRY, createLabsJDKVersion("25+3", 1)));
6161
private static final int NA = 0;
6262
/**
6363
* Minimum Java release supported by Graal.

0 commit comments

Comments
 (0)