changeset 22626:8b198b0e6ef9

Set ReservedCodeCacheSize=300m for CTW (SPARC exceeds the default value)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 14 Sep 2015 18:13:28 +0200
parents 84a9a4860b0a
children 971804fb95ec
files mx.graal/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/mx_graal.py	Mon Sep 14 19:48:06 2015 +0200
+++ b/mx.graal/mx_graal.py	Mon Sep 14 18:13:28 2015 +0200
@@ -266,7 +266,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'])
+            if t: ctw(['--ctwopts', '-Inline +ExitVMOnException', '-esa', '-G:+CompileTheWorldMultiThreaded', '-G:-InlineDuringParsing', '-G:-CompileTheWorldVerbose', '-XX:ReservedCodeCacheSize=300m'])
 
     # Build the jvmci VMs so we can run the other tests
     with Task('BuildHotSpotGraalOthers: fastdebug,product', tasks) as t: