--- old/test/java/lang/Thread/UncaughtExceptions.sh 2014-01-26 11:36:55.152797661 +0800 +++ new/test/java/lang/Thread/UncaughtExceptions.sh 2014-01-26 11:36:55.012797662 +0800 @@ -123,7 +123,7 @@ Sys "$javac" ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} "Seppuku.java" CheckCommandResults "$expectedRC" "$expectedOut" "$expectedErr" \ - "$java" "Seppuku" + "$java" ${TESTVMOPTS} ${TESTJAVAOPTS} "Seppuku" Cleanup }