changeset 21059:59632bb8e4ad

Add bootstrap with invoke exception edges to gate.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 21 Apr 2015 00:49:47 +0200
parents 761be5b18c28
children bc54c4091715
files mx/mx_graal.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Tue Apr 21 00:47:48 2015 +0200
+++ b/mx/mx_graal.py	Tue Apr 21 00:49:47 2015 +0200
@@ -1555,6 +1555,10 @@
         with Task('BootstrapWithSystemAssertionsNoCoop:fastdebug', tasks) as t:
             if t: vm(['-esa', '-XX:-TieredCompilation', '-XX:-UseCompressedOops', '-version'])
 
+    with VM('graal', 'fastdebug'):
+        with Task('BootstrapWithExceptionEdges:fastdebug', tasks) as t:
+            if t: vm(['-esa', '-XX:-TieredCompilation', '-G:+StressInvokeWithExceptionNode', '-version'])
+
     with VM('graal', 'product'):
         with Task('BootstrapWithGCVerification:product', tasks) as t:
             if t: