view agent/make/build-filelist @ 4176:a428df0139f3

Initialize resolved as well as unresolved classes in the native implementation of HotSpotConstantPool.loadReferencedType()
author Peter Hofer <peter.hofer@jku.at>
date Mon, 02 Jan 2012 18:40:00 +0100
parents a61af66fc99e
children
line wrap: on
line source

#!/bin/sh -f

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

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

$CD ../src/share/classes; $FIND sun \( -name SCCS -prune \) -o \( -name "*.java" \) -print | $SORT > ../../../make/filelist.txt