< prev index next >

test/compiler/arraycopy/TestArrayCopyNoInitDeopt.java

Print this page

        

*** 28,48 **** * @library /testlibrary /../../test/lib /compiler/whitebox * @modules java.base/sun.misc * java.management * @build TestArrayCopyNoInitDeopt * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform * @run main/othervm -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:TypeProfileLevel=020 * TestArrayCopyNoInitDeopt * */ import sun.hotspot.WhiteBox; import sun.hotspot.code.NMethod; ! import com.oracle.java.testlibrary.Platform; import java.lang.reflect.*; public class TestArrayCopyNoInitDeopt { public static int[] m1(Object src) { --- 28,48 ---- * @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 * @run main/othervm -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:TypeProfileLevel=020 * TestArrayCopyNoInitDeopt * */ import sun.hotspot.WhiteBox; import sun.hotspot.code.NMethod; ! import jdk.test.lib.Platform; import java.lang.reflect.*; public class TestArrayCopyNoInitDeopt { public static int[] m1(Object src) {
< prev index next >