diff mx/mx_graal.py @ 14123:dc41eab09fe8

gate: add non-tiered bootstrap
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 10 Mar 2014 16:20:45 +0100
parents be7ebdf41bea
children f14fb79ab265
line wrap: on
line diff
--- a/mx/mx_graal.py	Mon Mar 10 13:32:06 2014 +0100
+++ b/mx/mx_graal.py	Mon Mar 10 16:20:45 2014 +0100
@@ -977,6 +977,11 @@
         vm(['-esa', '-version'])
         tasks.append(t.stop())
 
+    with VM('graal', 'fastdebug'):
+        t = Task('NoTieredBootstrapWithSystemAssertions:fastdebug')
+        vm(['-esa', '-XX:-TieredCompilation', '-version'])
+        tasks.append(t.stop())
+
     with VM('graal', 'product'):
         t = Task('BootstrapWithGCVerification:product')
         out = mx.DuplicateSuppressingStream(['VerifyAfterGC:', 'VerifyBeforeGC:']).write