< prev index next >

test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java

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

*** 24,34 **** /* @test TestAllocateHeapAtMultiple.java * @key gc * @summary Test to check allocation of Java Heap with AllocateHeapAt option. Has multiple sub-tests to cover different code paths. * @library /test/lib * @modules java.base/jdk.internal.misc ! * @requires vm.bits == "64" & vm.gc != "Z" */ import jdk.test.lib.JDKToolFinder; import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; --- 24,34 ---- /* @test TestAllocateHeapAtMultiple.java * @key gc * @summary Test to check allocation of Java Heap with AllocateHeapAt option. Has multiple sub-tests to cover different code paths. * @library /test/lib * @modules java.base/jdk.internal.misc ! * @requires vm.bits == "64" & vm.gc != "Z" & os.family != "aix" */ import jdk.test.lib.JDKToolFinder; import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer;
< prev index next >