< prev index next >

test/gc/arguments/TestInitialTenuringThreshold.java

Print this page

        

*** 25,34 **** --- 25,35 ---- * @test TestInitialTenuringThreshold * @key gc * @bug 8014765 * @summary Tests argument processing for initial tenuring threshold * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm TestInitialTenuringThreshold * @author thomas.schatzl@oracle.com */ import com.oracle.java.testlibrary.*;
*** 71,75 **** --- 72,77 ---- runWithThresholds(8, -1, true); runWithThresholds(16, 8, true); runWithThresholds(8, 17, true); } } +
< prev index next >