hotspot/agent/make/build-filelist
author jbachorik
Wed, 30 Oct 2013 17:54:48 +0100 (2013-10-30)
changeset 21413 d5d767325325
parent 1 489c9b5090e2
permissions -rw-r--r--
8020467: Inconsistency between usage.getUsed() and isUsageThresholdExceeded() with CMS Old Gen pool Reviewed-by: mchung, brutisso
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
#!/bin/sh -f
489c9b5090e2 Initial load
duke
parents:
diff changeset
     2
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
SH=`which sh`
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
MKS_HOME=`dirname $SH`
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
CD=cd
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
FIND=$MKS_HOME/find
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
SORT=$MKS_HOME/sort
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
$CD ../src/share/classes; $FIND sun \( -name SCCS -prune \) -o \( -name "*.java" \) -print | $SORT > ../../../make/filelist.txt