< prev index next >

test/hotspot/jtreg/gc/shenandoah/TestLargeObjectAlignment.java

Print this page
rev 58805 : [mq]: randomness-code_gc
rev 58806 : imported patch randomness-keyword_gc

*** 23,33 **** */ /* * @test TestLargeObjectAlignment * @summary Shenandoah crashes with -XX:ObjectAlignmentInBytes=16 ! * @key gc * @requires vm.gc.Shenandoah & !vm.graal.enabled & (vm.bits == "64") * @library /test/lib * * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:ObjectAlignmentInBytes=16 -Xint TestLargeObjectAlignment * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:ObjectAlignmentInBytes=16 -XX:-TieredCompilation TestLargeObjectAlignment --- 23,33 ---- */ /* * @test TestLargeObjectAlignment * @summary Shenandoah crashes with -XX:ObjectAlignmentInBytes=16 ! * @key gc randomness * @requires vm.gc.Shenandoah & !vm.graal.enabled & (vm.bits == "64") * @library /test/lib * * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:ObjectAlignmentInBytes=16 -Xint TestLargeObjectAlignment * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:ObjectAlignmentInBytes=16 -XX:-TieredCompilation TestLargeObjectAlignment
< prev index next >