This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: gcj news item
- From: Tom Tromey <tromey at redhat dot com>
- To: GCJ-patches <java-patches at gcc dot gnu dot org>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: 30 Mar 2007 14:41:21 -0600
- Subject: Patch: FYI: gcj news item
- Reply-to: tromey at redhat dot com
I'm checking this in.
Kyle and Keith have made great progress on JDWP and this news item
commemorates it. Thanks to Kyle for writing the patch.
Tom
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.172
diff -u -r1.172 index.html
--- index.html 6 Mar 2007 19:00:52 -0000 1.172
+++ index.html 30 Mar 2007 20:55:49 -0000
@@ -37,6 +37,11 @@
<!-- News entries start here -->
<dl class="news">
+<dt>March 30, 2007</dt>
+<dd>Keith Seitz and Kyle Galloway have made considerable progress on
+GCJ's implementation of the JDWP. It is now possible to use eclipse
+to debug interpreted Java code using libgcj as the VM.</dd>
+
<dt>February 20, 2007</dt>
<dd>Jakub Jelinek checked in a patch to make
<code>java.util.TimeZone</code> read system timezone files. Now