comparison test/compiler/6636138/Test1.java @ 711:9610b2a8ab4e

6829021: tests for 6636138 use UseSuperword instead of UseSuperWord Summary: Remove the wrong flag -XX:+UseSuperword to fix the Nightly failure Reviewed-by: kvn, never
author cfang
date Fri, 10 Apr 2009 15:01:14 -0700
parents 78af5ae8e731
children f53b154d959d
comparison
equal deleted inserted replaced
710:e5b0439ef4ae 711:9610b2a8ab4e
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 -XX:+UseSuperword Test1 29 * @run main/othervm -server -Xbatch -XX:CompileOnly=Test1.init Test1
30 */ 30 */
31 31
32 class Test1 { 32 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) {