changeset 23298:7c75cff3136c

Increase ReservedCodeCacheSize for gate CTW
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 12 Jan 2016 18:43:16 +0100
parents 377cbe2ace90
children 7c0a2761a932
files mx.graal/mx_graal_8.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/mx_graal_8.py	Tue Jan 12 15:33:42 2016 +0100
+++ b/mx.graal/mx_graal_8.py	Tue Jan 12 18:43:16 2016 +0100
@@ -267,7 +267,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:-InlineDuringParsing', '-G:-CompileTheWorldVerbose', '-XX:ReservedCodeCacheSize=300m'], _noneAsEmptyList(extraVMarguments))
+            if t: ctw(['--ctwopts', '-Inline +ExitVMOnException', '-esa', '-G:+CompileTheWorldMultiThreaded', '-G:-InlineDuringParsing', '-G:-CompileTheWorldVerbose', '-XX:ReservedCodeCacheSize=400m'], _noneAsEmptyList(extraVMarguments))
 
     # Build the jvmci VMs so we can run the other tests
     with Task('BuildHotSpotGraalOthers: fastdebug,product', tasks) as t: