< prev index next >

test/compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java

Print this page

        

*** 30,39 **** --- 30,40 ---- /* * @test * @bug 8050079 * @summary Compiles a monomorphic call to finalizeObject() on a modified java.lang.Object to test C1 CHA. * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @compile -XDignore.symbol.file java/lang/Object.java TestMonomorphicObjectCall.java * @run main TestMonomorphicObjectCall */ public class TestMonomorphicObjectCall { final static String testClasses = System.getProperty("test.classes") + File.separator;
< prev index next >