view agent/make/build-pkglist @ 5583:8f529640e430

fix to SchedulePhase: correctly handle outer frame states that take a phi from the merge of the inner frame state as an input
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 13 Jun 2012 11:30:14 +0200
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