comparison mx/mx_graal.py @ 19792:90f0e7566dc0

Merge.
author Doug Simon <doug.simon@oracle.com>
date Wed, 11 Mar 2015 20:43:52 +0100
parents fe0bc94a147a
children c70ef0d09be9
comparison
equal deleted inserted replaced
19791:14e703edb2ab 19792:90f0e7566dc0
1494 buildvms(['--vms', 'graal,server', '--builds', 'fastdebug,product']) 1494 buildvms(['--vms', 'graal,server', '--builds', 'fastdebug,product'])
1495 1495
1496 with VM('graal', 'fastdebug'): 1496 with VM('graal', 'fastdebug'):
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
1500 with VM('graal', 'fastdebug'):
1501 with Task('BootstrapEconomyWithSystemAssertions:fastdebug', tasks):
1502 vm(['-esa', '-XX:-TieredCompilation', '-G:CompilerConfiguration=economy', '-version'])
1499 1503
1500 with VM('graal', 'fastdebug'): 1504 with VM('graal', 'fastdebug'):
1501 with Task('BootstrapWithSystemAssertionsNoCoop:fastdebug', tasks): 1505 with Task('BootstrapWithSystemAssertionsNoCoop:fastdebug', tasks):
1502 vm(['-esa', '-XX:-TieredCompilation', '-XX:-UseCompressedOops', '-version']) 1506 vm(['-esa', '-XX:-TieredCompilation', '-XX:-UseCompressedOops', '-version'])
1503 1507