test/compiler/6636138/Test2.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/compiler/6636138/Test2.java	Wed May  6 13:49:17 2009
--- new/test/compiler/6636138/Test2.java	Wed May  6 13:49:17 2009

*** 27,37 **** --- 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=Test2.shift Test2 */ ! public class Test2 { public static void init(int src[]) { // Initialize the array for (int i = 0; i < src.length; i++) src[i] = i;

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