Skip to content

Commit e9c0785

Browse files
Update JVMCI version.
1 parent 484060c commit e9c0785

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
*/
5656
private static final Map<String, Map<String, Version>> JVMCI_MIN_VERSIONS = Map.of(
5757
"26", Map.of(
58-
"Oracle Corporation", createLabsJDKVersion("26+4", 1),
59-
DEFAULT_VENDOR_ENTRY, createLabsJDKVersion("26+4", 1)));
58+
"Oracle Corporation", createLabsJDKVersion("26+5", 1),
59+
DEFAULT_VENDOR_ENTRY, createLabsJDKVersion("26+5", 1)));
6060
private static final int NA = 0;
6161
/**
6262
* Minimum Java release supported by Graal.

0 commit comments

Comments
 (0)