view agent/make/build-filelist @ 22729:e00426c54952

made JVMCI providers available as a normal services to avoid need for recompiling Graal jars to deploy them on JDK9
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Nov 2015 23:16:06 +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