comparison mx/mx_graal.py @ 19779:fe0bc94a147a

Fix new entry in the gate for economy compiler configuration.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 10 Mar 2015 23:33:12 +0100
parents 287f7c223d58
children c70ef0d09be9
comparison
equal deleted inserted replaced
19778:b7f2540b28a5 19779:fe0bc94a147a
1497 with Task('BootstrapWithSystemAssertions:fastdebug', tasks): 1497 with Task('BootstrapWithSystemAssertions:fastdebug', tasks):
1498 vm(['-esa', '-XX:-TieredCompilation', '-version']) 1498 vm(['-esa', '-XX:-TieredCompilation', '-version'])
1499 1499
1500 with VM('graal', 'fastdebug'): 1500 with VM('graal', 'fastdebug'):
1501 with Task('BootstrapEconomyWithSystemAssertions:fastdebug', tasks): 1501 with Task('BootstrapEconomyWithSystemAssertions:fastdebug', tasks):
1502 vm(['-esa', '-XX:-TieredCompilation -G:CompilerConfiguration=economy', '-version']) 1502 vm(['-esa', '-XX:-TieredCompilation', '-G:CompilerConfiguration=economy', '-version'])
1503 1503
1504 with VM('graal', 'fastdebug'): 1504 with VM('graal', 'fastdebug'):
1505 with Task('BootstrapWithSystemAssertionsNoCoop:fastdebug', tasks): 1505 with Task('BootstrapWithSystemAssertionsNoCoop:fastdebug', tasks):
1506 vm(['-esa', '-XX:-TieredCompilation', '-XX:-UseCompressedOops', '-version']) 1506 vm(['-esa', '-XX:-TieredCompilation', '-XX:-UseCompressedOops', '-version'])
1507 1507