view agent/make/build-filelist @ 17391:e890b86b397d

default allocation profiling to AllocatedTypes
author Lukas Stadler <lukas.stadler@oracle.com>
date Thu, 09 Oct 2014 14:44:19 +0200
parents a61af66fc99e
children
line wrap: on
line source

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