comparison test/compiler/6826736/Test.java @ 901:2b9164d13ce9

6868486: timouts and outOfMemory in regression tests Summary: Increase timeout for tests and heap size for 6851282 test. Reviewed-by: never, cfang
author kvn
date Tue, 04 Aug 2009 17:11:17 -0700
parents 5314d85ffd54
children c18cbe5936b8
comparison
equal deleted inserted replaced
900:9987d9d5eb0e 901:2b9164d13ce9
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 -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 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;