--- old/test/compiler/intrinsics/clone/TestObjectClone.java 2015-02-24 10:28:16.604977976 -0800 +++ new/test/compiler/intrinsics/clone/TestObjectClone.java 2015-02-24 10:28:16.203958586 -0800 @@ -27,6 +27,7 @@ * @bug 8033626 * @summary assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -XX:-TieredCompilation -Xbatch -XX:CompileOnly=TestObjectClone::f TestObjectClone */ import com.oracle.java.testlibrary.Asserts;