< prev index next >

test/compiler/arraycopy/TestArraysCopyOfNoTypeCheck.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 23,36 **** /* * @test * @bug 8055910 * @summary Arrays.copyOf doesn't perform subtype check - * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement TestArraysCopyOfNoTypeCheck * */ import java.util.Arrays; public class TestArraysCopyOfNoTypeCheck { static class A { --- 23,39 ---- /* * @test * @bug 8055910 * @summary Arrays.copyOf doesn't perform subtype check * + * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement + * compiler.arraycopy.TestArraysCopyOfNoTypeCheck */ + package compiler.arraycopy; + import java.util.Arrays; public class TestArraysCopyOfNoTypeCheck { static class A {
< prev index next >