test/compiler/6636138/Test1.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6837906 Cdiff test/compiler/6636138/Test1.java

test/compiler/6636138/Test1.java

Print this page
rev 745 : [mq]: 6837906

*** 27,37 **** * @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation. * * @run main/othervm -server -Xbatch -XX:CompileOnly=Test1.init Test1 */ ! class Test1 { public static void init(int src[], int [] dst, int[] ref) { // initialize the arrays for (int i =0; i<src.length; i++) { src[i] = i; --- 27,37 ---- * @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation. * * @run main/othervm -server -Xbatch -XX:CompileOnly=Test1.init Test1 */ ! public class Test1 { public static void init(int src[], int [] dst, int[] ref) { // initialize the arrays for (int i =0; i<src.length; i++) { src[i] = i;
test/compiler/6636138/Test1.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File