6944584: Improvements to subprocess handling on Unix
Summary: use thread pool for reaper thread; move most I/O operations out of reaper thread
Reviewed-by: michaelm, hiroshi
#!/bin/sh -f
SH=`which sh`
MKS_HOME=`dirname $SH`
CD=cd
FIND=$MKS_HOME/find
SORT=$MKS_HOME/sort
$CD ../src/share/classes; $FIND sun \( -name SCCS -prune \) -o \( -name "*.java" \) -print | $SORT > ../../../make/filelist.txt