agent/make/build-pkglist

Thu, 27 Jan 2011 16:11:27 -0800

author
coleenp
date
Thu, 27 Jan 2011 16:11:27 -0800
changeset 2497
3582bf76420e
parent 746
25c3145237c6
child 6876
710a3c8b516e
permissions
-rw-r--r--

6990754: Use native memory and reference counting to implement SymbolTable
Summary: move symbols from permgen into C heap and reference count them
Reviewed-by: never, acorn, jmasa, stefank

     1 #!/bin/sh -f
     3 SH=`which sh`
     4 MKS_HOME=`dirname $SH`
     6 CD=cd
     7 FIND=$MKS_HOME/find
     8 SED=$MKS_HOME/sed
     9 SORT=$MKS_HOME/sort
    11 $CD ../src/share/classes; $FIND sun/jvm/hotspot com/sun/java/swing -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt

mercurial