This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] merge from java-gui-branch
- From: graydon hoare <graydon at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Thu, 25 Nov 2004 23:34:20 -0500
- Subject: [patch] merge from java-gui-branch
hi,
this hastily-assembled patch represents the (presumably) last
pre-4.0-freeze pile of java library work from the java-gui-branch. is
appears to work (no build breakage we can see, major examples run)
except that some of the examples do odd -- well frankly "impossible" --
things like jump to functions which aren't actually called anywhere. so
we think these bugs relate more to the recent BC ABI merge than the
actual gui changes, but I leave it up to the Powers That Be to decide
whether this is actually true or whether caution dictates omitting this
merge. we did actually make the submission deadline, with 3 big hours to
spare :)
the patch is big, so as usual here's a URL:
http://people.redhat.com/~graydon/java-gui-merge-20041125.patch.1
-graydon