diff 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
line wrap: on
line diff
--- a/test/compiler/6636138/Test1.java	Wed Apr 08 10:56:49 2009 -0700
+++ b/test/compiler/6636138/Test1.java	Fri Apr 10 15:01:14 2009 -0700
@@ -26,7 +26,7 @@
  * @bug 6636138
  * @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 -XX:+UseSuperword Test1
+ * @run main/othervm -server -Xbatch -XX:CompileOnly=Test1.init Test1
  */
 
 class Test1 {