--- old/test/compiler/startup/NumCompilerThreadsCheck.java 2015-02-24 10:30:39.306877589 -0800 +++ new/test/compiler/startup/NumCompilerThreadsCheck.java 2015-02-24 10:30:38.918858828 -0800 @@ -26,6 +26,8 @@ * @bug 8034775 * @summary Ensures correct minimal number of compiler threads (provided by -XX:CICompilerCount=) * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm NumCompilerThreadsCheck */ import com.oracle.java.testlibrary.*;