< prev index next >

test/gc/arguments/TestArrayAllocatorMallocLimit.java

Print this page

        

*** 31,43 **** * @modules java.base/sun.misc * java.management * @run driver TestArrayAllocatorMallocLimit */ ! import com.oracle.java.testlibrary.Asserts; ! import com.oracle.java.testlibrary.OutputAnalyzer; ! import com.oracle.java.testlibrary.ProcessTools; import java.math.BigInteger; public class TestArrayAllocatorMallocLimit { public static void main(String [] args) throws Exception { testDefaultValue(); --- 31,43 ---- * @modules java.base/sun.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();
< prev index next >