Searched refs:_suite (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/.mx.jvmci/
H A Dmx_jvmci.py41 _suite = mx.suite('jvmci') variable
48 _jdkSourceRoot = dirname(_suite.dir)
209 subprocess.check_call(cmd, cwd=_suite.dir, stdout=log, stderr=subprocess.STDOUT)
298 f = join(_suite.dir, r)
400 buildxml = mx._cygpathU2W(join(_suite.dir, 'src', 'share', 'tools', 'IdealGraphVisualizer', 'build.xml'))
403 mx_gate.add_gate_runner(_suite, _jvmci_gate_runner)
433 with open(join(_suite.dir, logFile), 'w') as fp:
435 nbplatform = join(_suite.dir, 'src', 'share', 'tools', 'IdealGraphVisualizer', 'nbplatform')
459 if mx.run(['ant', '-f', mx._cygpathU2W(join(_suite.dir, 'src', 'share', 'tools', 'IdealGraphVisualizer', 'build.xml')), '-l', mx._cygpathU2W(fp.name), 'run'], env=env, nonZeroIsFatal=False):
464 libpath = join(_suite
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/.mx.graal/
H A Dmx_graal_9.py42 _suite = mx.suite('graal') variable
299 mx_gate.add_gate_runner(_suite, _graal_gate_runner)
421 mx.update_commands(_suite, {

Completed in 79 milliseconds