review request (XXS) - 6887948 bigobj.java timeout
John Coomes
John.Coomes at sun.com
Sat Oct 3 07:06:19 UTC 2009
6887948: test/gc/6845368/bigobj.java fails due to timeout
The test times out on slow machines because javac can take a 6+
minutes to compile it; add a timeout to the test. I also filed a low
priority perf bug against javac.
diff -r 1af62b6ca0f9 -r 947b1de8e798 test/gc/6845368/bigobj.java
--- a/test/gc/6845368/bigobj.java Fri Sep 25 04:39:54 2009 -0700
+++ b/test/gc/6845368/bigobj.java Thu Oct 01 18:58:42 2009 -0700
@@ -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
-John
More information about the hotspot-gc-dev
mailing list