# HG changeset patch # User Gilles Duboscq # Date 1433164396 -7200 # Node ID abcb811659e0785b388ded22aef171249e59b5fd # Parent 77acf6ba2fc03ede4ae1a3cd491975e7ff3a4727 mx: use BootstrapJVMCI rather than BootstrapGraal diff -r 77acf6ba2fc0 -r abcb811659e0 mx/mx_graal.py --- 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: