diff --git a/mx.fastr/mx_fastr.py b/mx.fastr/mx_fastr.py index a472b925bf6b451e2f4ed2f4536329c4bc1dc837..c9044b296566fafe6b91624d5cb5eebba3489d13 100644 --- a/mx.fastr/mx_fastr.py +++ b/mx.fastr/mx_fastr.py @@ -195,7 +195,7 @@ def run_r(args, command, parser=None, extraVmArgs=None, jdk=None, **kwargs): ns, rargs = parser.parse_known_args(args) if ns.extraVmArgsList: - j_extraVmArgsList = mx.split_j_args(ns.extraVmArgsList) + j_extraVmArgsList = split_j_args(ns.extraVmArgsList) if extraVmArgs is None: extraVmArgs = [] extraVmArgs += j_extraVmArgsList