--- old/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh 2014-01-26 11:37:16.908797370 +0800 +++ new/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh 2014-01-26 11:37:16.768797372 +0800 @@ -109,7 +109,7 @@ go() { echo '' - sh -xc "$JAVA $DFLAG $1 $2 $3 $4 $5 $6 $7 $8" 2>&1 + sh -xc "$JAVA ${TESTVMOPTS} ${TESTJAVAOPTS} $DFLAG $1 $2 $3 $4 $5 $6 $7 $8" 2>&1 if [ $? != 0 ]; then failures=`expr $failures + 1`; fi }