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.
1 parent 0a282af commit 1a7589aCopy full SHA for 1a7589a
compiler/mx.compiler/mx_graal_tools.py
@@ -120,6 +120,7 @@ def _do_not_abort(msg):
120
mx.warn(f'mx help igv provides more details.')
121
122
v24 = mx.VersionSpec("24")
123
+ # check for jargraal by looking for modules that are used by jdk.graal.compiler.
124
if jdk.version >= v24 and 'org.graalvm.word' in (jmd.name for jmd in jdk.get_modules()):
125
# disable JVMCI if jargraal is available to avoid collision with jdk.graal.compiler.graphio
126
args.append('-J-XX:-UseJVMICompiler')
0 commit comments