< prev index next >

test/compiler/stable/TestStableMismatched.java

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

*** 24,40 **** /* * @test TestStableMismatched * @bug 8158228 * @summary Tests if mismatched char load from stable byte[] returns correct result * @run main/othervm -XX:-CompactStrings -XX:TieredStopAtLevel=1 -Xcomp ! * -XX:CompileOnly=TestStableMismatched::test,::charAt ! * TestStableMismatched * @run main/othervm -XX:-CompactStrings -XX:-TieredCompilation -Xcomp ! * -XX:CompileOnly=TestStableMismatched::test,::charAt ! * TestStableMismatched */ public class TestStableMismatched { public static void main(String args[]) { test(); } --- 24,44 ---- /* * @test TestStableMismatched * @bug 8158228 * @summary Tests if mismatched char load from stable byte[] returns correct result + * * @run main/othervm -XX:-CompactStrings -XX:TieredStopAtLevel=1 -Xcomp ! * -XX:CompileOnly=compiler.stable.TestStableMismatched::test,::charAt ! * compiler.stable.TestStableMismatched * @run main/othervm -XX:-CompactStrings -XX:-TieredCompilation -Xcomp ! * -XX:CompileOnly=compiler.stable.TestStableMismatched::test,::charAt ! * compiler.stable.TestStableMismatched */ + + package compiler.stable; + public class TestStableMismatched { public static void main(String args[]) { test(); }
< prev index next >