diff 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
line wrap: on
line diff
--- 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