test/compiler/6636138/Test2.java

Print this page
rev 4502 : 7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option
Summary: Small changes to hotspot tests to remove  "-server" and replace with ${TESTVMOPTS}
Reviewed-by: kvn

*** 24,34 **** /** * @test * @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 Test2 */ public class Test2 { public static void init(int src[]) { --- 24,34 ---- /** * @test * @bug 6636138 * @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation. * ! * @run main/othervm -Xbatch -XX:CompileOnly=Test2.shift Test2 */ public class Test2 { public static void init(int src[]) {