diff test/compiler/5091921/Test6890943.sh @ 3386:231c2b41ea4d

7045570: compiler/5091921/Test7005594.java failed because not enough space for object heap Summary: fixed tests. Reviewed-by: iveresov, never
author kvn
date Tue, 17 May 2011 12:26:33 -0700
parents bad7ecd0b6ed
children a2bc322ca273
line wrap: on
line diff
--- a/test/compiler/5091921/Test6890943.sh	Tue May 17 16:50:27 2011 +0200
+++ b/test/compiler/5091921/Test6890943.sh	Tue May 17 12:26:33 2011 -0700
@@ -52,7 +52,7 @@
 
 ${TESTJAVA}/bin/javac -d . Test6890943.java
 
-${TESTJAVA}/bin/java  ${TESTVMOPTS} Test6890943 < input6890943.txt > test.out 2>&1
+${TESTJAVA}/bin/java -XX:-PrintVMOptions ${TESTVMOPTS} Test6890943 < input6890943.txt > test.out 2>&1
 
 diff output6890943.txt test.out