Skip to content

Commit 1a7589a

Browse files
committed
Review comments
1 parent 0a282af commit 1a7589a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/mx.compiler/mx_graal_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def _do_not_abort(msg):
120120
mx.warn(f'mx help igv provides more details.')
121121

122122
v24 = mx.VersionSpec("24")
123+
# check for jargraal by looking for modules that are used by jdk.graal.compiler.
123124
if jdk.version >= v24 and 'org.graalvm.word' in (jmd.name for jmd in jdk.get_modules()):
124125
# disable JVMCI if jargraal is available to avoid collision with jdk.graal.compiler.graphio
125126
args.append('-J-XX:-UseJVMICompiler')

0 commit comments

Comments
 (0)