comparison test/compiler/6431242/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 0a8e0d4345b3
children de6a9e811145
comparison
equal deleted inserted replaced
8097:be1fbee20765 8684:7369298bec7e
23 */ 23 */
24 24
25 /* 25 /*
26 * @test 26 * @test
27 * @bug 6431242 27 * @bug 6431242
28 * @run main/othervm -server -XX:+PrintCompilation Test 28 * @run main Test
29 */ 29 */
30 30
31 public class Test{ 31 public class Test{
32 32
33 int _len = 8; 33 int _len = 8;