< prev index next >

test/compiler/types/TestMeetTopArrayExactConstantArray.java

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

*** 23,36 **** /* * @test * @bug 8027571 * @summary meet of TopPTR exact array with constant array is not symmetric - * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray * */ public class TestMeetTopArrayExactConstantArray { static class A { } --- 23,41 ---- /* * @test * @bug 8027571 * @summary meet of TopPTR exact array with constant array is not symmetric * + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement + * -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation + * -XX:-BackgroundCompilation + * compiler.types.TestMeetTopArrayExactConstantArray */ + package compiler.types; + public class TestMeetTopArrayExactConstantArray { static class A { }
< prev index next >