comparison test/compiler/6826736/Test.java @ 14386:11985e4d4255

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
author anoll
date Mon, 27 Jan 2014 07:54:25 +0100
parents c18cbe5936b8
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14272:757ec609d8d5 14386:11985e4d4255
25 /** 25 /**
26 * @test 26 * @test
27 * @bug 6826736 27 * @bug 6826736
28 * @summary CMS: core dump with -XX:+UseCompressedOops 28 * @summary CMS: core dump with -XX:+UseCompressedOops
29 * 29 *
30 * @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 30 * @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
31 */ 31 */
32 32
33 public class Test { 33 public class Test {
34 int[] arr; 34 int[] arr;
35 int[] arr2; 35 int[] arr2;