--- old/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh 2014-01-26 11:36:40.132797861 +0800 +++ new/test/java/awt/Toolkit/AutoShutdown/ShowExitTest/ShowExitTest.sh 2014-01-26 11:36:39.992797863 +0800 @@ -143,7 +143,7 @@ if [ -a *.java ] ; then echo "Reminder, this test should be in its own directory with all" echo "supporting files it needs in the directory with it." - ${TESTJAVA}/bin/javac ./*.java ; + ${TESTJAVA}/bin/javac ${TESTTOOLVMOPTS} ${TESTJAVACOPTS} ./*.java ; fi # else in harness so copy all the class files from where jtreg put them # over to the scratch directory this test is running in. @@ -167,7 +167,7 @@ # pass, you should be able to cut and paste it into here and it will # run with the test harness. -${TESTJAVA}/bin/java ShowExitTest +${TESTJAVA}/bin/java ${TESTVMOPTS} ${TESTJAVAOPTS} ShowExitTest ############### END YOUR TEST CODE !!!!! ############ #Be sure the last command executed above this line returns 0 for success,