hotspot/agent/make/build-pkglist
author serb
Wed, 04 Jun 2014 16:55:06 +0400
changeset 25127 e92fa066b0e0
parent 1073 3ca36e11142b
permissions -rw-r--r--
8041129: [OGL] surface->sw blit is extremely slow 8017626: [OGL] Translucent VolatileImages don't paint correctly Reviewed-by: bae, flar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
#!/bin/sh -f
489c9b5090e2 Initial load
duke
parents:
diff changeset
     2
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
SH=`which sh`
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
MKS_HOME=`dirname $SH`
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
CD=cd
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
FIND=$MKS_HOME/find
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
SED=$MKS_HOME/sed
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
SORT=$MKS_HOME/sort
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
1073
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 1
diff changeset
    11
$CD ../src/share/classes; $FIND sun/jvm/hotspot com/sun/java/swing -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt