comparison mx/mx_graal.py @ 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 5ea65fe64368
children 2ee48d02afe3
comparison
equal deleted inserted replaced
21058:761be5b18c28 21059:59632bb8e4ad
1552 if t: vm(['-esa', '-XX:-TieredCompilation', '-G:CompilerConfiguration=economy', '-version']) 1552 if t: vm(['-esa', '-XX:-TieredCompilation', '-G:CompilerConfiguration=economy', '-version'])
1553 1553
1554 with VM('graal', 'fastdebug'): 1554 with VM('graal', 'fastdebug'):
1555 with Task('BootstrapWithSystemAssertionsNoCoop:fastdebug', tasks) as t: 1555 with Task('BootstrapWithSystemAssertionsNoCoop:fastdebug', tasks) as t:
1556 if t: vm(['-esa', '-XX:-TieredCompilation', '-XX:-UseCompressedOops', '-version']) 1556 if t: vm(['-esa', '-XX:-TieredCompilation', '-XX:-UseCompressedOops', '-version'])
1557
1558 with VM('graal', 'fastdebug'):
1559 with Task('BootstrapWithExceptionEdges:fastdebug', tasks) as t:
1560 if t: vm(['-esa', '-XX:-TieredCompilation', '-G:+StressInvokeWithExceptionNode', '-version'])
1557 1561
1558 with VM('graal', 'product'): 1562 with VM('graal', 'product'):
1559 with Task('BootstrapWithGCVerification:product', tasks) as t: 1563 with Task('BootstrapWithGCVerification:product', tasks) as t:
1560 if t: 1564 if t:
1561 out = mx.DuplicateSuppressingStream(['VerifyAfterGC:', 'VerifyBeforeGC:']).write 1565 out = mx.DuplicateSuppressingStream(['VerifyAfterGC:', 'VerifyBeforeGC:']).write