< prev index next >

test/compiler/intrinsics/clone/TestObjectClone.java

Print this page

        

*** 25,34 **** --- 25,35 ---- /* * @test * @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; public class TestObjectClone implements Cloneable {
< prev index next >