agent/make/build-filelist

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

author
tonyp
date
Fri, 04 Dec 2009 07:44:35 -0500
changeset 1527
ed52bcc32739
parent 0
f90c822e73f8
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 SORT=$MKS_HOME/sort
    10 $CD ../src/share/classes; $FIND sun \( -name SCCS -prune \) -o \( -name "*.java" \) -print | $SORT > ../../../make/filelist.txt

mercurial