# HG changeset patch # User Thomas Wuerthinger # Date 1434845955 -7200 # Node ID 1ccd66f5890ce9f2e5cc0a51a0fed7aae071ba38 # Parent 595eccce0ae1868f77acc702b254779e8733d14b Disable inline during parsing in CTW gate. diff -r 595eccce0ae1 -r 1ccd66f5890c mx.graal/mx_graal.py --- 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: