changeset 19763: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 b7f2540b28a5
children 18be6264186f
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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):