This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: grmic fixes
- From: Andrew Haley <aph at redhat dot com>
- To: Archit Shah <ashah at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 28 Mar 2006 11:24:26 +0100
- Subject: Re: grmic fixes
- References: <4428F16A.4050701@redhat.com>
Archit Shah writes:
> grmic trails the rmic in classpath tools significantly. The rmic in
> classpath has received multiple bug fixes. The attached patch adds
> proper handling of -classpath and -d on the command line. It also
> corrects some of the handling of inheritance in the remote
> implementation and that of exceptions declared by remote methods. This
> patch is a subset of the changes in the classpath rmic. The changes that
> are not included are those that introduce a dependency on an external
> library, ASM. Those changes only affect performance. I believe this
> patch is appropriate for inclusion in both the 4.1 branch and the trunk.
> If, however, this is deemed too big a patch for the 4.1 branch, I can
> cut its size down significantly by including only the fixes for the
> handling of -classpath and -d.
>
> Currently the attached changes are on both the 4.0 and 4.1 redhat
> branches of gcc. The history of this patch is captured in a bugzilla bug:
>
> http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=133180
OK, thanks. The redhat 4.1 grmic has receieved extensive testing
whereas the version in generic gcj 4.1 is useless, so applying this is
obviously the right thing to do. It's regrettable that we didn't
catch this one before gcc 4.1 was released.
In general, divergence between redhat 4.1 and generic FSF 4.1 versions
of gcj is extremely undesirable.
I'll commit this to branch and trunk.
Andrew.