--- old/test/runtime/verifier/TestANewArray.java 2015-02-24 10:35:31.242992836 -0800 +++ new/test/runtime/verifier/TestANewArray.java 2015-02-24 10:35:30.898976201 -0800 @@ -34,6 +34,7 @@ * @test * @summary Test that anewarray bytecode is valid only if it specifies 255 or fewer dimensions. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile -XDignore.symbol.file TestANewArray.java * @run main/othervm TestANewArray 49 * @run main/othervm TestANewArray 50