This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Revised patch: ClassLoader changes and more
- To: "green at cygnus dot com" <green at cygnus dot com>
- Subject: Re: Revised patch: ClassLoader changes and more
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 26 Nov 2000 01:42:43 -0700
- Cc: "java-patches at sources dot redhat dot com" <java-patches at sources dot redhat dot com>
- References: <01C0573C.1CF8DE20.green@redhat.com>
- Reply-To: tromey at cygnus dot com
Anthony> Hmm.. I did clean rebuilds as well. Maybe it's a new
Anthony> compiler program.
FYI I did see a problem initially.
When I used the debugger I saw that the array length wasn't being set.
I wrote a little test program to make sure that placement new works
(it did for me) and then when I did the rebuild it worked for me.
This doesn't make a whole lot of sense to me because I can't see why
anything other than prims.cc would need to be recompiled.
Tom