comparison mx/commands.py @ 5265:b8661be84cfd

fix "mx intro"
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 19 Apr 2012 14:47:10 +0200
parents 71ac4221b1b0
children 6b2d030d01ff
comparison
equal deleted inserted replaced
5264:9fe76535501f 5265:b8661be84cfd
238 238
239 # Give visualizer time to start 239 # Give visualizer time to start
240 mx.log('Waiting 5 seconds for visualizer to start') 240 mx.log('Waiting 5 seconds for visualizer to start')
241 time.sleep(5) 241 time.sleep(5)
242 242
243 vm(['-G:Dump=HelloWorld', '-G:MethodFilter=main', '-Xcomp', '-XX:CompileOnly=HelloWorld::main', '-cp', mx.classpath('com.oracle.graal.examples')] + args + ['examples.HelloWorld']) 243 vm(['-G:Dump=', '-G:MethodFilter=greet', '-Xcomp', '-XX:CompileOnly=HelloWorld::greet', '-cp', mx.classpath('com.oracle.graal.examples')] + args + ['examples.HelloWorld'])
244 244
245 def scaladacapo(args): 245 def scaladacapo(args):
246 """run one or all Scala DaCapo benchmarks 246 """run one or all Scala DaCapo benchmarks
247 247
248 Scala DaCapo options are distinguished from VM options by a '@' prefix. 248 Scala DaCapo options are distinguished from VM options by a '@' prefix.