# HG changeset patch # User Doug Simon # Date 1327571663 -3600 # Node ID b0aa4a52b89c68fa8a949341e17bf1cf8623d1d2 # Parent df55470579544b600e8c42f0c4cb27edeead7cac Added support for project specs in classpath. diff -r df5547057954 -r b0aa4a52b89c mx/commands.py --- a/mx/commands.py Wed Jan 25 14:34:53 2012 -0800 +++ b/mx/commands.py Thu Jan 26 10:54:23 2012 +0100 @@ -369,6 +369,7 @@ """run the GraalVM""" build = vmbuild if vmbuild is not None else _vmbuild if _vmSourcesAvailable else 'product' + mx.expand_project_in_args(args) if mx.java().debug: args = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000'] + args exe = join(_jdk(build), 'bin', mx.exe_suffix('java')) @@ -508,7 +509,7 @@ total.stop() def bench(args): - """run benchmarks and parse their ouput for results + """run benchmarks and parse their output for results Results are JSON formated : {group : {benchmark : score}}.""" resultFile = None