diff mx/mx_graal.py @ 19779:fe0bc94a147a

Fix new entry in the gate for economy compiler configuration.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 10 Mar 2015 23:33:12 +0100
parents 287f7c223d58
children c70ef0d09be9
line wrap: on
line diff
--- a/mx/mx_graal.py	Tue Mar 10 22:32:47 2015 +0100
+++ b/mx/mx_graal.py	Tue Mar 10 23:33:12 2015 +0100
@@ -1499,7 +1499,7 @@
 
     with VM('graal', 'fastdebug'):
         with Task('BootstrapEconomyWithSystemAssertions:fastdebug', tasks):
-            vm(['-esa', '-XX:-TieredCompilation -G:CompilerConfiguration=economy', '-version'])
+            vm(['-esa', '-XX:-TieredCompilation', '-G:CompilerConfiguration=economy', '-version'])
 
     with VM('graal', 'fastdebug'):
         with Task('BootstrapWithSystemAssertionsNoCoop:fastdebug', tasks):