# HG changeset patch # User kvn # Date 1249431077 25200 # Node ID 2b9164d13ce9c44d268601e2a7133677de01403a # Parent 9987d9d5eb0eea63d7d70cfd10f3bf1097d11cef 6868486: timouts and outOfMemory in regression tests Summary: Increase timeout for tests and heap size for 6851282 test. Reviewed-by: never, cfang diff -r 9987d9d5eb0e -r 2b9164d13ce9 test/compiler/6826736/Test.java --- a/test/compiler/6826736/Test.java Fri Jul 31 17:12:33 2009 -0700 +++ b/test/compiler/6826736/Test.java Tue Aug 04 17:11:17 2009 -0700 @@ -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 -r 9987d9d5eb0e -r 2b9164d13ce9 test/compiler/6851282/Test.java --- a/test/compiler/6851282/Test.java Fri Jul 31 17:12:33 2009 -0700 +++ b/test/compiler/6851282/Test.java Tue Aug 04 17:11:17 2009 -0700 @@ -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;