< prev index next >

test/gc/arguments/TestInitialTenuringThreshold.java

Print this page

        

@@ -25,10 +25,11 @@
  * @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,5 +72,6 @@
     runWithThresholds(8, -1, true);
     runWithThresholds(16, 8, true);
     runWithThresholds(8, 17, true);
   }
 }
\ No newline at end of file
+
< prev index next >