view agent/make/build-pkglist @ 5040:4d6e5ddf70e5

added option to print the profiling information better log output for the inlining decisions
author Christian Haeubl <christian.haeubl@oracle.com>
date Wed, 07 Mar 2012 09:48:08 -0800
parents 25c3145237c6
children
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 com/sun/java/swing -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt