hotspot/test/compiler/6636138/Test1.java
changeset 15864 2757a5eae916
parent 5547 f4b087cbb361
child 22234 da823d78ad65
equal deleted inserted replaced
15792:ba36ca4f58ef 15864:2757a5eae916
    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) {