diff 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
line wrap: on
line diff
--- a/test/compiler/6431242/Test.java	Fri Feb 22 10:12:00 2013 -0800
+++ b/test/compiler/6431242/Test.java	Wed Feb 27 20:36:14 2013 -0800
@@ -25,7 +25,7 @@
 /*
  * @test
  * @bug 6431242
- * @run main/othervm -server -XX:+PrintCompilation Test
+ * @run main Test
  */
 
 public class Test{