jdk/test/com/sun/jdi/PrivateTransportTest.sh
changeset 25217 2d687ea8608a
parent 23057 c67ddf10398e
equal deleted inserted replaced
25216:291541db1e11 25217:2d687ea8608a
    80 fi
    80 fi
    81 #
    81 #
    82 echo "JDK under test is: $TESTJAVA"
    82 echo "JDK under test is: $TESTJAVA"
    83 
    83 
    84 # Get flags being sent to debuggee
    84 # Get flags being sent to debuggee
    85 DEBUGGEEFLAGS=
    85 DEBUGGEEFLAGS=$TESTVMOPTS $TESTJAVAOPTS
    86 if [ -r $TESTCLASSES/@debuggeeVMOptions ] ; then
       
    87    DEBUGGEEFLAGS=`cat $TESTCLASSES/@debuggeeVMOptions`
       
    88 elif [ -r $TESTCLASSES/../@debuggeeVMOptions ] ; then
       
    89    DEBUGGEEFLAGS=`cat $TESTCLASSES/../@debuggeeVMOptions`
       
    90 fi
       
    91 
    86 
    92 # Figure out what the libarch path is
    87 # Figure out what the libarch path is
    93 os=`uname -s`
    88 os=`uname -s`
    94 
    89 
    95 jreloc=${TESTJAVA}/jre
    90 jreloc=${TESTJAVA}/jre