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