# HG changeset patch # User iignatyev # Date 1396090488 -14400 # Node ID c83362e7de6f05621ce5c5f2ff74c69f5e857803 # Parent e8225dc7c94b45d23fb83f5c444f7e5888a9aef2 8038393: [TESTBUG] ciReplay/* tests fail after 8034775 Reviewed-by: kvn diff -r e8225dc7c94b -r c83362e7de6f test/compiler/ciReplay/common.sh --- a/test/compiler/ciReplay/common.sh Wed Mar 05 10:20:30 2014 +0100 +++ b/test/compiler/ciReplay/common.sh Sat Mar 29 14:54:48 2014 +0400 @@ -213,7 +213,7 @@ -XX:VMThreadStackSize=512 \ -XX:CompilerThreadStackSize=512 \ -XX:ParallelGCThreads=1 \ - -XX:CICompilerCount=1 \ + -XX:CICompilerCount=2 \ -Xcomp \ -XX:CICrashAt=1 \ -XX:+CreateMinidumpOnCrash \