# HG changeset patch # User Christos Kotselidis # Date 1366207151 -7200 # Node ID 4b0cb32b0a25d3ada0686e3a47b55f2015dba8b3 # Parent 5248c53f997899638ed00182095165ebdcff7c61# Parent 626bc0fac6d9fe55158fc5061a7306867ee72688 Merge diff -r 5248c53f9978 -r 4b0cb32b0a25 mx/sanitycheck.py --- a/mx/sanitycheck.py Wed Apr 17 15:38:26 2013 +0200 +++ b/mx/sanitycheck.py Wed Apr 17 15:59:11 2013 +0200 @@ -246,7 +246,7 @@ args = ['-XX:+CompileTheWorld', '-Xbootclasspath/p:' + rtjar] if not vm.endswith('-nograal'): - args.append('-G:-Debug') + args += ['-XX:+BootstrapGraal', '-G:-Debug'] if mode >= CTWMode.NoInline: if vm.endswith('-nograal'): args.append('-XX:-Inline')