hotspot/agent/make/build-filelist
author amlu
Tue, 30 Jun 2015 10:00:46 +0200
changeset 31427 42740247adcf
parent 1 489c9b5090e2
permissions -rw-r--r--
8129759: Mark two tests from DistinctOpTest.java and SliceOpTest.java as serialization hostile Reviewed-by: psandoz

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