< prev index next >

test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithAllocateHeapAt.java

Print this page
rev 51881 : 8211208: make AllocateHeapAt an unsupported option on AIX

*** 26,36 **** /* * @test TestGCBasherWithAllocateHeapAt * @key gc stress * @requires vm.gc.G1 ! * @requires vm.flavor == "server" & !vm.emulatedClient * @summary Stress Java heap allocation with AllocateHeapAt flag using GC basher. * @run main/othervm/timeout=500 -Xlog:gc*=info -Xmx256m -server -XX:+UseG1GC -XX:AllocateHeapAt=. TestGCBasherWithAllocateHeapAt 120000 */ public class TestGCBasherWithAllocateHeapAt { public static void main(String[] args) throws IOException { --- 26,36 ---- /* * @test TestGCBasherWithAllocateHeapAt * @key gc stress * @requires vm.gc.G1 ! * @requires vm.flavor == "server" & !vm.emulatedClient & os.family != "aix" * @summary Stress Java heap allocation with AllocateHeapAt flag using GC basher. * @run main/othervm/timeout=500 -Xlog:gc*=info -Xmx256m -server -XX:+UseG1GC -XX:AllocateHeapAt=. TestGCBasherWithAllocateHeapAt 120000 */ public class TestGCBasherWithAllocateHeapAt { public static void main(String[] args) throws IOException {
< prev index next >