Skip to content

Commit 30f1108

Browse files
committed
use available jdk for leak test (including compiler)
1 parent c36ebb3 commit 30f1108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ def run_leak_launcher(input_args, out=None):
20142014

20152015
vm_args, graalpython_args = mx.extract_VM_args(args, useDoubleDash=True, defaultAllVMArgs=False)
20162016
vm_args += mx.get_runtime_jvm_args(dists)
2017-
jdk = mx.get_jdk(tag=None)
2017+
jdk = get_jdk()
20182018
vm_args.append("com.oracle.graal.python.test.advance.LeakTest")
20192019
retval = mx.run_java(vm_args + graalpython_args, jdk=jdk, env=env, nonZeroIsFatal=False, out=out)
20202020
if retval == 0:

0 commit comments

Comments
 (0)