This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: glibc-2.2.5 bug triggered by Java interpreter
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: 11 Oct 2002 15:52:50 -0600
- Subject: Re: glibc-2.2.5 bug triggered by Java interpreter
- References: <OF9AF5D7D8.919DA8C1-ONC1256C46.0051650B@de.ibm.com><87wup0oaew.fsf@fleche.redhat.com><1033740983.29748.446.camel@elsschot><87k7kuc8y3.fsf@fleche.redhat.com><1034365358.6839.476.camel@elsschot>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> 2002-10-11 Mark Wielaard <mark@klomp.org>
Mark> Fix for PR libgcj/8142
Mark> * java/lang/natClassLoader.cc (findClass): Skip inner classes when
Mark> loading native modules.
Mark> OK, to commit?
Yes, thanks.
Mark> 2002-10-11 Mark Wielaard <mark@klomp.org>
Mark> * gcj.texi (Compatibility): Add Limitations and Extensions section.
Mark> OK, to commit?
Yes. One nit:
Mark> +class is still not loaded it will try to load @file{lib-gnu.so}. Note that
There should be two spaces after the `.'.
I think that's the standard formatting for gcc docs.
Thanks for doing this.
Tom