comparison test/compiler/6795161/Test.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 11427f216063
children de6a9e811145
comparison
equal deleted inserted replaced
8097:be1fbee20765 8684:7369298bec7e
24 24
25 /* 25 /*
26 * @test 26 * @test
27 * @bug 6795161 27 * @bug 6795161
28 * @summary Escape analysis leads to data corruption 28 * @summary Escape analysis leads to data corruption
29 * @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:CompileOnly=Test -XX:+DoEscapeAnalysis Test 29 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:CompileOnly=Test -XX:+DoEscapeAnalysis Test
30 */ 30 */
31 31
32 class Test_Class_1 { 32 class Test_Class_1 {
33 static String var_1; 33 static String var_1;
34 34