This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Mention new java gc-analyze feature in gcc-4.3/changes.html..
- From: David Daney <ddaney at avtrex dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, 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 @@
<code>gserialver</code>, and <code>gtnameserv</code> are now
installed. </li>
+ <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>
+
</ul>
<h2>New Targets and Target Specific Improvements</h2>