# HG changeset patch # User anoll # Date 1390805665 -3600 # Node ID 11985e4d42554d27fa2d5171ea3919805ed9a071 # Parent 757ec609d8d5936a4b355082b9af5b4c8900ecc1 8009738: compiler/6826736/Test.java times out on big machines Summary: Added -Xmx256m -XX:ParallelGCThreads=4 to the test @run command. Verified that 256m is enough to trigger old 6826736 bug. Reviewed-by: kvn diff -r 757ec609d8d5 -r 11985e4d4255 test/compiler/6826736/Test.java --- a/test/compiler/6826736/Test.java Thu Jan 23 01:23:23 2014 +0400 +++ b/test/compiler/6826736/Test.java Mon Jan 27 07:54:25 2014 +0100 @@ -27,7 +27,7 @@ * @bug 6826736 * @summary CMS: core dump with -XX:+UseCompressedOops * - * @run main/othervm/timeout=600 -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:+ScavengeALot -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:CompileThreshold=100 -XX:CompileOnly=Test.test -XX:-BlockLayoutRotateLoops -XX:LoopUnrollLimit=0 Test + * @run main/othervm/timeout=600 -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:+ScavengeALot -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:CompileThreshold=100 -XX:CompileOnly=Test.test -XX:-BlockLayoutRotateLoops -XX:LoopUnrollLimit=0 -Xmx256m -XX:ParallelGCThreads=4 Test */ public class Test {