view agent/make/build-pkglist @ 11:3c1dbcaaab1d

6621728: Heap inspection should not crash in the face of C-heap exhaustion Summary: Deal more gracefully with situations where C-heap scratch space cannot be had Reviewed-by: jmasa
author ysr
date Tue, 26 Feb 2008 15:57:49 -0800
parents a61af66fc99e
children 25c3145237c6
line wrap: on
line source

#!/bin/sh -f

SH=`which sh`
MKS_HOME=`dirname $SH`

CD=cd
FIND=$MKS_HOME/find
SED=$MKS_HOME/sed
SORT=$MKS_HOME/sort

$CD ../src/share/classes; $FIND sun/jvm/hotspot \( -name SCCS -prune \) -o -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt