--- old/test/sun/security/util/Oid/S11N.sh 2013-01-11 14:57:49.598332944 +0000 +++ new/test/sun/security/util/Oid/S11N.sh 2013-01-11 14:57:49.290332951 +0000 @@ -39,6 +39,9 @@ echo "FAILED!!!" exit 1 fi +if [ "${COMPILEJAVA}" = "" ]; then + COMPILEJAVA="${TESTJAVA}" +fi # set platform-dependent variables PF="" @@ -103,7 +106,7 @@ # the test code -${TESTJAVA}${FS}bin${FS}javac -target 1.4 -source 1.4 \ +${COMPILEJAVA}${FS}bin${FS}javac -target 1.4 -source 1.4 \ -d . ${TESTSRC}${FS}SerialTest.java || exit 10 # You can set ALT_JAVA_RE_JDK to another location that contains the