diff mx.graal/mx_graal.py @ 22095:1ccd66f5890c

Disable inline during parsing in CTW gate.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 21 Jun 2015 02:19:15 +0200
parents 56c50504d60d
children 42ab3ffc9315
line wrap: on
line diff
--- a/mx.graal/mx_graal.py	Sun Jun 21 01:43:56 2015 +0200
+++ b/mx.graal/mx_graal.py	Sun Jun 21 02:19:15 2015 +0200
@@ -1340,7 +1340,7 @@
     # Run ctw against rt.jar on server-hosted-jvmci
     with VM('server', 'product'):
         with Task('CTW:hosted-product', tasks) as t:
-            if t: ctw(['--ctwopts', '-Inline +ExitVMOnException', '-esa', '-G:+CompileTheWorldMultiThreaded', '-G:-CompileTheWorldVerbose'])
+            if t: ctw(['--ctwopts', '-Inline +ExitVMOnException', '-esa', '-G:+CompileTheWorldMultiThreaded', '-G:-InlineDuringParsing', '-G:-CompileTheWorldVerbose'])
 
     # Build the other VM flavors
     with Task('BuildHotSpotGraalOthers: fastdebug,product', tasks) as t: