Skip to content

Commit cbc6470

Browse files
committed
compiler: update JVMCIVersionCheck to 24+7
1 parent 4c3e1e9 commit cbc6470

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
@@ -55,8 +55,8 @@ public final class JVMCIVersionCheck {
5555
private static final Map<String, Map<String, Version>> JVMCI_MIN_VERSIONS = Map.of(
5656
"21", Map.of(DEFAULT_VENDOR_ENTRY, createLegacyVersion(23, 1, 33)),
5757
"24", Map.of(
58-
"Oracle Corporation", createLabsJDKVersion("24+6", 1),
59-
DEFAULT_VENDOR_ENTRY, createLabsJDKVersion("24+6", 1)));
58+
"Oracle Corporation", createLabsJDKVersion("24+7", 1),
59+
DEFAULT_VENDOR_ENTRY, createLabsJDKVersion("24+7", 1)));
6060
private static final int NA = 0;
6161
/**
6262
* Minimum Java release supported by Graal.

0 commit comments

Comments
 (0)