equal
deleted
inserted
replaced
24 /** |
24 /** |
25 * @test |
25 * @test |
26 * @bug 6636138 |
26 * @bug 6636138 |
27 * @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation. |
27 * @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation. |
28 * |
28 * |
29 * @run main/othervm -server -Xbatch -XX:CompileOnly=Test1.init Test1 |
29 * @run main/othervm -Xbatch -XX:CompileOnly=Test1.init Test1 |
30 */ |
30 */ |
31 |
31 |
32 public class Test1 { |
32 public class Test1 { |
33 |
33 |
34 public static void init(int src[], int [] dst, int[] ref) { |
34 public static void init(int src[], int [] dst, int[] ref) { |