comparison test/compiler/types/TestMeetTopArrayExactConstantArray.java @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents 45b0159f30f2
children
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8027571 26 * @bug 8027571
27 * @summary meet of TopPTR exact array with constant array is not symmetric 27 * @summary meet of TopPTR exact array with constant array is not symmetric
28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray 28 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray
29 * 29 *
30 */ 30 */
31 31
32 public class TestMeetTopArrayExactConstantArray { 32 public class TestMeetTopArrayExactConstantArray {
33 33