--- old/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh 2014-01-26 11:37:34.088797140 +0800 +++ new/test/javax/imageio/metadata/IIOMetadataFormat/runMetadataFormatTest.sh 2014-01-26 11:37:33.948797142 +0800 @@ -172,7 +172,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. @@ -211,7 +211,7 @@ # split application classes and test plugin classes mv ./UserPluginMetadataFormatTest*.class ./test_classes -$TESTJAVA/bin/java MetadataFormatTest test_classes UserPluginMetadataFormatTest +$TESTJAVA/bin/java ${TESTVMOPTS} ${TESTJAVAOPTS} MetadataFormatTest test_classes UserPluginMetadataFormatTest ############### END YOUR TEST CODE !!!!! ############ status=$?