comparison test/compiler/6851282/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 64219d2a6493
children c18cbe5936b8
comparison
equal deleted inserted replaced
900:9987d9d5eb0e 901:2b9164d13ce9
25 /** 25 /**
26 * @test 26 * @test
27 * @bug 6851282 27 * @bug 6851282
28 * @summary JIT miscompilation results in null entry in array when using CompressedOops 28 * @summary JIT miscompilation results in null entry in array when using CompressedOops
29 * 29 *
30 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops Test 30 * @run main/othervm/timeout=600 -Xmx256m -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops Test
31 */ 31 */
32 32
33 import java.util.ArrayList; 33 import java.util.ArrayList;
34 import java.util.List; 34 import java.util.List;
35 35