This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: Java news item
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: 14 Dec 2001 13:56:01 -0700
- Subject: Patch: FYI: Java news item
- Reply-to: tromey at redhat dot com
I'm checking this in.
It adds a news item for a recent interesting gcj patch.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* index.html: Mention Hans' patch.
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.95
diff -u -r1.95 index.html
--- index.html 2001/11/06 23:14:40 1.95
+++ index.html 2001/12/14 20:48:34
@@ -72,6 +72,14 @@
<!-- News entries start here -->
<tr><td valign="top">
+<b>December 14, 2001</b>
+</td><td>
+Hans Boehm has checked in changes which once again allow gcj and
+libgcj to work on IA-64. His changes also speed up allocation of
+objects which don't require a finalizer.
+</td></tr>
+
+<tr><td valign="top">
<b>November 5, 2001</b>
</td><td>
Tom Tromey contributed a bytecode verifier. It hasn't yet been