# HG changeset patch # User Gilles Duboscq # Date 1366186433 -7200 # Node ID ff622b1b2c94ded22634b7e2b24b43ff951d929b # Parent 1d584a42941f8873dd7e16318d075cd7ae4ee86c fix compile the world bench in mx diff -r 1d584a42941f -r ff622b1b2c94 mx/sanitycheck.py --- a/mx/sanitycheck.py Tue Apr 16 23:18:03 2013 +0200 +++ b/mx/sanitycheck.py Wed Apr 17 10:13:53 2013 +0200 @@ -256,7 +256,7 @@ if not vm.endswith('-nograal'): args += ['-G:-OptLoopTransform', '-G:-OptTailDuplication', '-G:-FullUnroll', '-G:-MemoryAwareScheduling'] - return Test("CompileTheWorld-" + mode, args, successREs=[time], scoreMatchers=[scoreMatcher], benchmarkCompilationRate=False) + return Test("CompileTheWorld-" + modeString, args, successREs=[time], scoreMatchers=[scoreMatcher], benchmarkCompilationRate=False) class Tee: