view agent/make/build-pkglist @ 239:b727c32788a9 jdk7-b32

6732819: Turn off compressed oops by default for now Summary: Workaround for CompOops bug Reviewed-by: coleenp
author trims
date Fri, 01 Aug 2008 18:51:27 -0700
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