diff test/compiler/7068051/Test7068051.sh @ 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 fdcb1e828d53
children 04d6d4322c6a
line wrap: on
line diff
--- a/test/compiler/7068051/Test7068051.sh	Fri Feb 22 10:12:00 2013 -0800
+++ b/test/compiler/7068051/Test7068051.sh	Wed Feb 27 20:36:14 2013 -0800
@@ -45,5 +45,5 @@
 
 ${TESTJAVA}/bin/javac -d . Test7068051.java
 
-${TESTJAVA}/bin/java -showversion -Xbatch ${TESTVMOPTS} Test7068051 foo.jar
+${TESTJAVA}/bin/java ${TESTVMOPTS} -showversion -Xbatch Test7068051 foo.jar