diff mx/mx_graal.py @ 21632:abcb811659e0

mx: use BootstrapJVMCI rather than BootstrapGraal
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Mon, 01 Jun 2015 15:13:16 +0200
parents 838f005f9aec
children b311a60991da
line wrap: on
line diff
--- a/mx/mx_graal.py	Mon Jun 01 17:03:29 2015 +0200
+++ b/mx/mx_graal.py	Mon Jun 01 15:13:16 2015 +0200
@@ -1296,7 +1296,7 @@
         if _get_vm() != 'jvmci':
             prefixArgs = ['-esa', '-ea']
         else:
-            prefixArgs = ['-XX:-BootstrapGraal', '-esa', '-ea']
+            prefixArgs = ['-XX:-BootstrapJVMCI', '-esa', '-ea']
         if gc_after_test:
             prefixArgs.append('-XX:-DisableExplicitGC')
         with open(testfile) as fp: