# HG changeset patch # User Stefan Anzinger # Date 1452620596 -3600 # Node ID 7c75cff3136cf8d186162c70a433167ee5a7678b # Parent 377cbe2ace9062504388441a83aa4a9bec7bfa6e Increase ReservedCodeCacheSize for gate CTW diff -r 377cbe2ace90 -r 7c75cff3136c mx.graal/mx_graal_8.py --- 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: