From 698c3d9b8c7072a70d87c1a929e31d35fcd9da88 Mon Sep 17 00:00:00 2001 From: kvn Date: Tue, 4 Aug 2009 17:11:17 -0700 Subject: [PATCH] 6868486: timouts and outOfMemory in regression tests Summary: Increase timeout for tests and heap size for 6851282 test. Reviewed-by: never, cfang --- test/compiler/6826736/Test.java | 2 +- test/compiler/6851282/Test.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/compiler/6826736/Test.java b/test/compiler/6826736/Test.java index 02d0b2a9d..263f06978 100644 --- a/test/compiler/6826736/Test.java +++ b/test/compiler/6826736/Test.java @@ -27,7 +27,7 @@ * @bug 6826736 * @summary CMS: core dump with -XX:+UseCompressedOops * - * @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 + * @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 */ public class Test { diff --git a/test/compiler/6851282/Test.java b/test/compiler/6851282/Test.java index 1f5ec198e..6ef29c9c9 100644 --- a/test/compiler/6851282/Test.java +++ b/test/compiler/6851282/Test.java @@ -27,7 +27,7 @@ * @bug 6851282 * @summary JIT miscompilation results in null entry in array when using CompressedOops * - * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops Test + * @run main/othervm/timeout=600 -Xmx256m -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops Test */ import java.util.ArrayList; -- GitLab