changeset 9176:4b0cb32b0a25

Merge
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 17 Apr 2013 15:59:11 +0200
parents 5248c53f9978 (current diff) 626bc0fac6d9 (diff)
children 0b7d9bcc0f44 e1f024e02597
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')