Skip to content

Commit ecee6f1

Browse files
Revert "[GR-67676] The -llvm artifacts are currently not up to date due to a JDK build system problem JDK-8361844."
This reverts commit f668acc.
1 parent 8d4c5c7 commit ecee6f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/mx.compiler/mx_compiler.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,9 +1264,6 @@ def get_latest_jvmci_version():
12641264
mx.abort(msg)
12651265

12661266
if version_check_setting == 'strict' and not success:
1267-
# [GR-67676] The `-llvm` artifacts are currently not up to date due to a JDK build system problem JDK-8361844.
1268-
if latest.endswith('-llvm'):
1269-
return
12701267
if latest == 'not found':
12711268
msg = f'No JVMCI JDK found in {common_path} that matches {_jdk_jvmci_version}.'
12721269
msg += os.linesep + f'Check that {latest} matches the versions of the other JVMCI JDKs.'

0 commit comments

Comments
 (0)