From 09bf8082207f3ce8e5542f83b917db311d13a3ea Mon Sep 17 00:00:00 2001 From: jcoomes Date: Mon, 5 Oct 2009 05:51:22 -0700 Subject: [PATCH] 6887948: test/gc/6845368/bigobj.java fails due to timeout Reviewed-by: iveresov --- test/gc/6845368/bigobj.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gc/6845368/bigobj.java b/test/gc/6845368/bigobj.java index 087bdc923..5185326bb 100644 --- a/test/gc/6845368/bigobj.java +++ b/test/gc/6845368/bigobj.java @@ -3,7 +3,7 @@ @bug 6845368 @summary ensure gc updates references > 64K bytes from the start of the obj @author John Coomes - @run main/othervm -Xmx64m bigobj + @run main/othervm/timeout=720 -Xmx64m bigobj */ // Allocate an object with a block of reference fields that starts more -- GitLab