view agent/make/build-pkglist @ 11806:14904566a4b2

Use 32 byte code alignment for Graal on x86.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 26 Sep 2013 13:17:48 +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