agent/make/build-pkglist

Fri, 04 Dec 2009 07:44:35 -0500

author
tonyp
date
Fri, 04 Dec 2009 07:44:35 -0500
changeset 1527
ed52bcc32739
parent 746
25c3145237c6
child 6876
710a3c8b516e
permissions
-rw-r--r--

6880903: G1: G1 reports incorrect Runtime.maxMemory()
Summary: G1 reports committed memory instead of reserved memory from the Runtime.maxMemory() method
Reviewed-by: ysr, jmasa

     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