test/compiler/5091921/Test7005594.sh
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/5091921/Test7005594.sh	Mon May 26 14:54:42 2014
--- new/test/compiler/5091921/Test7005594.sh	Mon May 26 14:54:42 2014

*** 76,86 **** --- 76,86 ---- cp ${TESTSRC}/Test7005594.java . cp ${TESTSRC}/Test7005594.sh . ${COMPILEJAVA}/bin/javac ${TESTJAVACOPTS} -d . Test7005594.java ! ${TESTJAVA}/bin/java ${TESTVMOPTS} -Xmx1600m -Xms1600m -XX:+IgnoreUnrecognizedVMOptions -XX:-ZapUnusedHeapArea -Xcomp -XX:CompileOnly=Test7005594.test Test7005594 > test.out 2>&1 result=$? cat test.out
*** 95,105 **** --- 95,105 ---- echo "Failed" exit 1 fi # The test should pass when no enough space for object heap ! grep "Could not reserve enough space for .*object heap" test.out if [ $? = 0 ] then echo "Passed" exit 0 else

test/compiler/5091921/Test7005594.sh
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File