diff 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
line wrap: on
line diff
--- 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;