< prev index next >

test/hotspot/jtreg/gc/TestAllocateHeapAt.java

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

*** 22,32 **** */ /* @test TestAllocateHeapAt.java * @key gc * @summary Test to check allocation of Java Heap with AllocateHeapAt option ! * @requires vm.gc != "Z" * @library /test/lib * @modules java.base/jdk.internal.misc */ import jdk.test.lib.JDKToolFinder; --- 22,32 ---- */ /* @test TestAllocateHeapAt.java * @key gc * @summary Test to check allocation of Java Heap with AllocateHeapAt option ! * @requires vm.gc != "Z" & os.family != "aix" * @library /test/lib * @modules java.base/jdk.internal.misc */ import jdk.test.lib.JDKToolFinder;
< prev index next >