# HG changeset patch # User Thomas Wuerthinger # Date 1426026792 -3600 # Node ID fe0bc94a147a21125b4c7bc5a68b271a4566929b # Parent b7f2540b28a5b0152dcdb6eedd1693cb63ac08f9 Fix new entry in the gate for economy compiler configuration. diff -r b7f2540b28a5 -r fe0bc94a147a mx/mx_graal.py --- a/mx/mx_graal.py Tue Mar 10 22:32:47 2015 +0100 +++ b/mx/mx_graal.py Tue Mar 10 23:33:12 2015 +0100 @@ -1499,7 +1499,7 @@ with VM('graal', 'fastdebug'): with Task('BootstrapEconomyWithSystemAssertions:fastdebug', tasks): - vm(['-esa', '-XX:-TieredCompilation -G:CompilerConfiguration=economy', '-version']) + vm(['-esa', '-XX:-TieredCompilation', '-G:CompilerConfiguration=economy', '-version']) with VM('graal', 'fastdebug'): with Task('BootstrapWithSystemAssertionsNoCoop:fastdebug', tasks):