# HG changeset patch # User Lukas Stadler # Date 1334839630 -7200 # Node ID b8661be84cfd3315e333d8b6c0bd655368871e8b # Parent 9fe76535501fc6012f8a7201abbe738817a07eea fix "mx intro" diff -r 9fe76535501f -r b8661be84cfd mx/commands.py --- a/mx/commands.py Thu Apr 19 14:46:24 2012 +0200 +++ b/mx/commands.py Thu Apr 19 14:47:10 2012 +0200 @@ -240,7 +240,7 @@ mx.log('Waiting 5 seconds for visualizer to start') time.sleep(5) - vm(['-G:Dump=HelloWorld', '-G:MethodFilter=main', '-Xcomp', '-XX:CompileOnly=HelloWorld::main', '-cp', mx.classpath('com.oracle.graal.examples')] + args + ['examples.HelloWorld']) + vm(['-G:Dump=', '-G:MethodFilter=greet', '-Xcomp', '-XX:CompileOnly=HelloWorld::greet', '-cp', mx.classpath('com.oracle.graal.examples')] + args + ['examples.HelloWorld']) def scaladacapo(args): """run one or all Scala DaCapo benchmarks