< prev index next >

test/gc/arguments/TestArrayAllocatorMallocLimit.java

Print this page

        

*** 25,43 **** * @test TestArrayAllocatorMallocLimit * @summary Sanity check that the ArrayAllocatorMallocLimit flag can be set. * The test helps verifying that size_t flags can be set/read. * @bug 8054823 * @key gc ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * @run driver TestArrayAllocatorMallocLimit */ import jdk.test.lib.Asserts; ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.ProcessTools; import java.math.BigInteger; public class TestArrayAllocatorMallocLimit { public static void main(String [] args) throws Exception { testDefaultValue(); --- 25,43 ---- * @test TestArrayAllocatorMallocLimit * @summary Sanity check that the ArrayAllocatorMallocLimit flag can be set. * The test helps verifying that size_t flags can be set/read. * @bug 8054823 * @key gc ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver TestArrayAllocatorMallocLimit */ import jdk.test.lib.Asserts; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; import java.math.BigInteger; public class TestArrayAllocatorMallocLimit { public static void main(String [] args) throws Exception { testDefaultValue();
< prev index next >