# HG changeset patch # User Christos Kotselidis # Date 1382721757 -7200 # Node ID 868dba721f1e21547c62b1b4dff856d40c998768 # Parent 3b178baf3edbe2bf5a2b14ec79460b068b025bac Remove UseNewCode from gate G1 verification run diff -r 3b178baf3edb -r 868dba721f1e mx/commands.py --- a/mx/commands.py Fri Oct 25 12:45:37 2013 +0200 +++ b/mx/commands.py Fri Oct 25 19:22:37 2013 +0200 @@ -961,7 +961,7 @@ with VM('graal', 'product'): t = Task('BootstrapWithG1GCVerification:product') out = mx.DuplicateSuppressingStream(['VerifyAfterGC:', 'VerifyBeforeGC:']).write - vm(['-XX:+UnlockDiagnosticVMOptions', '-XX:-UseSerialGC', '-XX:+UseG1GC', '-XX:+UseNewCode', '-XX:+VerifyBeforeGC', '-XX:+VerifyAfterGC', '-version'], out=out) + vm(['-XX:+UnlockDiagnosticVMOptions', '-XX:-UseSerialGC', '-XX:+UseG1GC', '-XX:+VerifyBeforeGC', '-XX:+VerifyAfterGC', '-version'], out=out) tasks.append(t.stop()) with VM('graal', 'product'):