hotspot/agent/make/build-filelist
author xuelei
Wed, 21 Aug 2013 19:44:35 -0700
changeset 19575 ff87fda24d33
parent 1 489c9b5090e2
permissions -rw-r--r--
8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs Reviewed-by: weijun

#!/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