< prev index next >

test/hotspot/jtreg/gc/TestAllocateHeapAtError.java

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

*** 22,32 **** */ /* @test TestAllocateHeapAtError.java * @key gc * @summary Test to check correct handling of non-existent directory passed to AllocateHeapAt option ! * @requires vm.gc != "Z" * @library /test/lib * @modules java.base/jdk.internal.misc */ import java.io.File; --- 22,32 ---- */ /* @test TestAllocateHeapAtError.java * @key gc * @summary Test to check correct handling of non-existent directory passed to AllocateHeapAt option ! * @requires vm.gc != "Z" & os.family != "aix" * @library /test/lib * @modules java.base/jdk.internal.misc */ import java.io.File;
< prev index next >