diff 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
line wrap: on
line diff
--- a/test/compiler/6636138/Test1.java	Fri Feb 22 10:12:00 2013 -0800
+++ b/test/compiler/6636138/Test1.java	Wed Feb 27 20:36:14 2013 -0800
@@ -26,7 +26,7 @@
  * @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=Test1.init Test1
+ * @run main/othervm -Xbatch -XX:CompileOnly=Test1.init Test1
  */
 
 public class Test1 {