--- old/test/gc/arguments/TestInitialTenuringThreshold.java 2015-02-24 10:31:33.976520862 -0800 +++ new/test/gc/arguments/TestInitialTenuringThreshold.java 2015-02-24 10:31:33.650505098 -0800 @@ -27,6 +27,7 @@ * @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 */ @@ -72,4 +73,5 @@ runWithThresholds(16, 8, true); runWithThresholds(8, 17, true); } -} \ No newline at end of file +} +