# HG changeset patch # User iignatyev # Date 1396090488 -14400 # Node ID 2a2aa2a6b3c309bfcfc230fd06eeb8765d967b1b # Parent a6e433ebd892027b42e18987dce9a90095f3f6eb 8038393: [TESTBUG] ciReplay/* tests fail after 8034775 Reviewed-by: kvn diff -r a6e433ebd892 -r 2a2aa2a6b3c3 hotspot/test/compiler/ciReplay/common.sh --- a/hotspot/test/compiler/ciReplay/common.sh Fri Mar 28 09:15:41 2014 -0700 +++ b/hotspot/test/compiler/ciReplay/common.sh Sat Mar 29 14:54:48 2014 +0400 @@ -218,7 +218,7 @@ -XX:VMThreadStackSize=512 \ -XX:CompilerThreadStackSize=512 \ -XX:ParallelGCThreads=1 \ - -XX:CICompilerCount=1 \ + -XX:CICompilerCount=2 \ -Xcomp \ -XX:CICrashAt=1 \ -XX:+CreateMinidumpOnCrash \