diff mx/mx_graal.py @ 19792:90f0e7566dc0

Merge.
author Doug Simon <doug.simon@oracle.com>
date Wed, 11 Mar 2015 20:43:52 +0100
parents fe0bc94a147a
children c70ef0d09be9
line wrap: on
line diff
--- a/mx/mx_graal.py	Wed Mar 11 20:43:12 2015 +0100
+++ b/mx/mx_graal.py	Wed Mar 11 20:43:52 2015 +0100
@@ -1498,6 +1498,10 @@
             vm(['-esa', '-XX:-TieredCompilation', '-version'])
 
     with VM('graal', 'fastdebug'):
+        with Task('BootstrapEconomyWithSystemAssertions:fastdebug', tasks):
+            vm(['-esa', '-XX:-TieredCompilation', '-G:CompilerConfiguration=economy', '-version'])
+
+    with VM('graal', 'fastdebug'):
         with Task('BootstrapWithSystemAssertionsNoCoop:fastdebug', tasks):
             vm(['-esa', '-XX:-TieredCompilation', '-XX:-UseCompressedOops', '-version'])