David Daney - [wwwdocs] Mention new java gc-analyze feature in gcc-4.3/changes.html.. (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: David Daney
- To: gcc-patches at gcc dot gnu dot org
- Cc: Java Patch List , gerald at pfeifer dot com
- Date: Tue, 27 Feb 2007 22:51:27 -0800
- Subject: [wwwdocs] Mention new java gc-analyze feature in gcc-4.3/changes.html..
This patch adds a note about the new java heap dump and gc-analyze features.Valicated as XHTML 1.0 Transitional.OK to commit?David Daney
Index: htdocs/gcc-4.3/changes.html
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.32
diff -3 -u -p -r1.32 changes.html
--- htdocs/gcc-4.3/changes.html 25 Feb 2007 21:59:28 -0000 1.32
+++ htdocs/gcc-4.3/changes.html 28 Feb 2007 06:46:44 -0000
@@ -221,6 +221,13 @@
gserialver
, and gtnameserv
are now
installed.
<li> The ability to dump the contents of the java run time heap to
a file for off-line analysis has been added. The heap dumps may
be analyzed with the new <code>gc-analyze</code> tool. They may
be generated on out-of-memory conditions or on demand and are
controlled by the new run time class
<code>gnu.gcj.util.GCInfo</code>. </li>
New Targets and Target Specific Improvements
- Follow-Ups:
- Re: [wwwdocs] Mention new java gc-analyze feature in gcc-4.3/changes.html..
* From: Gerald Pfeifer
- Re: [wwwdocs] Mention new java gc-analyze feature in gcc-4.3/changes.html..
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |