Searched refs:jdbOutFile (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DShellScaffold.sh336 jdbOutFile=$tmpFileDir/jxdbOutput.txt
337 rm -f $jdbOutFile
338 touch $jdbOutFile
542 # $jdbOutFile always exists here and is non empty
545 fileSize=`wc -c $jdbOutFile | awk '{ print $1 }'`
647 newFileSize=`wc -c $jdbOutFile | awk '{ print $1 } '`
661 echo "-- $jdbOutFile follows-------------------------------" >& 2
662 cat $jdbOutFile >& 2
717 if [ -r $jdbOutFile ] ; then
719 tail -$nlines $jdbOutFile |
[all...]

Completed in 77 milliseconds