comparison test/gc/6845368/bigobj.java @ 1018:8afee153274a

6887948: test/gc/6845368/bigobj.java fails due to timeout Reviewed-by: iveresov
author jcoomes
date Mon, 05 Oct 2009 05:51:22 -0700
parents 9eebd3ac74cf
children
comparison
equal deleted inserted replaced
999:708275a44e4a 1018:8afee153274a
1 /* 1 /*
2 @test 2 @test
3 @bug 6845368 3 @bug 6845368
4 @summary ensure gc updates references > 64K bytes from the start of the obj 4 @summary ensure gc updates references > 64K bytes from the start of the obj
5 @author John Coomes 5 @author John Coomes
6 @run main/othervm -Xmx64m bigobj 6 @run main/othervm/timeout=720 -Xmx64m bigobj
7 */ 7 */
8 8
9 // Allocate an object with a block of reference fields that starts more 9 // Allocate an object with a block of reference fields that starts more
10 // than 64K bytes from the start of the object. This is done with 10 // than 64K bytes from the start of the object. This is done with
11 // inheritance because VMs typically rearrange the order fields appear in 11 // inheritance because VMs typically rearrange the order fields appear in