< prev index next >

test/gc/arguments/TestObjectTenuringFlags.java

Print this page

        

*** 26,43 **** * @key gc * @bug 6521376 * @requires vm.gc.Parallel * @summary Tests argument processing for NeverTenure, AlwaysTenure, * and MaxTenuringThreshold ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management - * @build TestObjectTenuringFlags FlagsValue * @run main/othervm TestObjectTenuringFlags */ ! import jdk.test.lib.*; import java.util.*; public class TestObjectTenuringFlags { public static void main(String args[]) throws Exception { --- 26,43 ---- * @key gc * @bug 6521376 * @requires vm.gc.Parallel * @summary Tests argument processing for NeverTenure, AlwaysTenure, * and MaxTenuringThreshold ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main/othervm TestObjectTenuringFlags */ ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; import java.util.*; public class TestObjectTenuringFlags { public static void main(String args[]) throws Exception {
< prev index next >