< prev index next >

test/gc/g1/Test2GbHeap.java

Print this page

        

*** 28,46 **** * Skip test on 32 bit system: it typically does not support the many and large virtual memory reservations needed. * @requires vm.gc.G1 * @requires vm.bits != "32" * @key gc * @key regression ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management */ import java.util.ArrayList; ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.ProcessTools; public class Test2GbHeap { public static void main(String[] args) throws Exception { ArrayList<String> testArguments = new ArrayList<String>(); --- 28,46 ---- * Skip test on 32 bit system: it typically does not support the many and large virtual memory reservations needed. * @requires vm.gc.G1 * @requires vm.bits != "32" * @key gc * @key regression ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ import java.util.ArrayList; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; public class Test2GbHeap { public static void main(String[] args) throws Exception { ArrayList<String> testArguments = new ArrayList<String>();
< prev index next >