# HG changeset patch # User cfang # Date 1239400874 25200 # Node ID 9610b2a8ab4e54ec8e100d6ad24a8fbc2b42a94e # Parent e5b0439ef4ae2c5fc6cb2abe7524175090dff3cb 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 diff -r e5b0439ef4ae -r 9610b2a8ab4e test/compiler/6636138/Test1.java --- 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 { diff -r e5b0439ef4ae -r 9610b2a8ab4e test/compiler/6636138/Test2.java --- a/test/compiler/6636138/Test2.java Wed Apr 08 10:56:49 2009 -0700 +++ b/test/compiler/6636138/Test2.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=Test2.shift -XX:+UseSuperword Test2 + * @run main/othervm -server -Xbatch -XX:CompileOnly=Test2.shift Test2 */ class Test2 {