diff mx/mx_graal.py @ 13378:16d99e9d77ad

Options: rename flag (AOTCompilation -> ImmutableCode)
author Bernhard Urban <bernhard.urban@jku.at>
date Wed, 18 Dec 2013 11:13:17 +0100
parents e3b0608d6ab8
children 020099961eb4
line wrap: on
line diff
--- a/mx/mx_graal.py	Wed Dec 18 09:02:01 2013 +0100
+++ b/mx/mx_graal.py	Wed Dec 18 11:13:17 2013 +0100
@@ -970,8 +970,8 @@
         tasks.append(t.stop())
 
     with VM('graal', 'product'):
-        t = Task('BootstrapWithAOTConfiguration:product')
-        vm(['-G:+AOTCompilation', '-G:+VerifyPhases', '-esa', '-version'])
+        t = Task('BootstrapWithImmutableCode:product')
+        vm(['-G:+ImmutableCode', '-G:+VerifyPhases', '-esa', '-version'])
         tasks.append(t.stop())
 
     with VM('server', 'product'):  # hosted mode