comparison test/compiler/6636138/Test1.java @ 8684:7369298bec7e

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
author collins
date Wed, 27 Feb 2013 20:36:14 -0800
parents c18cbe5936b8
children de6a9e811145
comparison
equal deleted inserted replaced
8097:be1fbee20765 8684:7369298bec7e
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 Test1 29 * @run main/othervm -Xbatch -XX:CompileOnly=Test1.init Test1
30 */ 30 */
31 31
32 public class Test1 { 32 public 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) {