changeset 9173:626bc0fac6d9

Add BootstrapGraal when using compile the work with a graal-enabled vm
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 17 Apr 2013 15:34:10 +0200
parents bc5c5336008b
children 4b0cb32b0a25
files mx/sanitycheck.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')