We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8f3bef + 2aeb235 commit bd735b5Copy full SHA for bd735b5
compiler/mx.compiler/mx_compiler.py
@@ -168,7 +168,7 @@ def __str__(self):
168
_jdk_jvmci_version = None
169
_jdk_min_jvmci_version = None
170
171
-if os.environ.get('JDK_VERSION_CHECK', None) != 'ignore' and jdk.javaCompliance < '25':
+if os.environ.get('JDK_VERSION_CHECK', None) != 'ignore' and jdk.javaCompliance < '24':
172
mx.abort('Graal requires JDK 25 or later, got ' + str(jdk) +
173
'. This check can be bypassed by setting env var JDK_VERSION_CHECK=ignore')
174
0 commit comments