# HG changeset patch # User Gilles Duboscq # Date 1366205650 -7200 # Node ID 626bc0fac6d9fe55158fc5061a7306867ee72688 # Parent bc5c5336008bb3f694fda2e11a1da85bb78748f9 Add BootstrapGraal when using compile the work with a graal-enabled vm diff -r bc5c5336008b -r 626bc0fac6d9 mx/sanitycheck.py --- a/mx/sanitycheck.py Wed Apr 17 11:02:23 2013 +0200 +++ b/mx/sanitycheck.py Wed Apr 17 15:34:10 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')