diff mx/mx_graal.py @ 19760:287f7c223d58

Add compiler configuration "economy".
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 10 Mar 2015 21:02:12 +0100
parents 3f7cd3c36734
children fe0bc94a147a
line wrap: on
line diff
--- a/mx/mx_graal.py	Tue Mar 10 19:19:33 2015 +0100
+++ b/mx/mx_graal.py	Tue Mar 10 21:02:12 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'])