Skip to content

Commit bd735b5

Browse files
committed
[JDK-8356477] Temporary fix for JDK prebuild failure after GR-55515
PullRequest: graal/20754
2 parents b8f3bef + 2aeb235 commit bd735b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/mx.compiler/mx_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def __str__(self):
168168
_jdk_jvmci_version = None
169169
_jdk_min_jvmci_version = None
170170

171-
if os.environ.get('JDK_VERSION_CHECK', None) != 'ignore' and jdk.javaCompliance < '25':
171+
if os.environ.get('JDK_VERSION_CHECK', None) != 'ignore' and jdk.javaCompliance < '24':
172172
mx.abort('Graal requires JDK 25 or later, got ' + str(jdk) +
173173
'. This check can be bypassed by setting env var JDK_VERSION_CHECK=ignore')
174174

0 commit comments

Comments
 (0)