This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Current libgcj tree has big problems with arrays -- interpreter related?
- To: krab@daimi.au.dk
- Subject: Re: Current libgcj tree has big problems with arrays -- interpreter related?
- From: Anthony Green <green@cygnus.com>
- Date: Wed, 18 Aug 1999 14:01:47 -0700
- CC: java-patches@sourceware.cygnus.com
- References: <37BA24E6.A19C471E@albatross.co.nz> <xz6672dupwv.fsf@ariel.daimi.au.dk>
Kresten wrote:
> I just commited a major update which, among other things, fixes this
> problem. The other things changed are:
Cool.
I haven't tried building yet, but just from reading your ChangeLog...
(_Jv_InternClassStrings): Use _Jv_ResolvePoolEntry. Also handle
class entries.
_Jv_InternClassStrings (now _Jv_PrepareCompiledClass) doesn't use
_Jv_ResolvePoolEntry, but reimplements most of it.
Your comment in natClassLoader.cc doesn't finish explaining this...
/** This function does class-preparation for compiled classes.
NOTE: This function replicates functionality from
_Jv_ResolvePoolEntry, and this is intentional, since that function
is
*/
It's best if you can post any patches you commit, so we can easily see
all of your good work. :-)
Thanks,
AG
--
Anthony Green Cygnus Solutions
Sunnyvale, California