< prev index next >

test/compiler/arraycopy/TestArrayCopyNoInitDeopt.java

Print this page

        

*** 23,33 **** /* * @test * @bug 8072016 * @summary Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation ! * @library /testlibrary /../../test/lib /compiler/whitebox * @modules java.base/sun.misc * java.management * @build TestArrayCopyNoInitDeopt * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller jdk.test.lib.Platform --- 23,33 ---- /* * @test * @bug 8072016 * @summary Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation ! * @library /testlibrary /../../test/lib / * @modules java.base/sun.misc * java.management * @build TestArrayCopyNoInitDeopt * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller jdk.test.lib.Platform
*** 40,49 **** --- 40,50 ---- import sun.hotspot.WhiteBox; import sun.hotspot.code.NMethod; import jdk.test.lib.Platform; import java.lang.reflect.*; + import compiler.whitebox.CompilerWhiteBoxTest; public class TestArrayCopyNoInitDeopt { public static int[] m1(Object src) { if (src == null) return null;
< prev index next >