This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: null ClassLoader
- From: Torsten Rüger <torsten dot rueger at firsthop dot com>
- To: java at gcc dot gnu dot org
- Date: Thu, 20 Dec 2001 09:05:32 +0200
- Subject: Re: null ClassLoader
- References: <Pine.LNX.4.10.10111280033000.9325-100000@mars.deadcafe.org> <87zo4epw15.fsf@creche.redhat.com>
Tom Tromey wrote:
> One simple fix would be to simply always set the loader field when
> registering a class. The reality is that all classes in shared
> libraries which are linked into the application *are* loaded by our
> "bootstrap" loader.
That sounds good.
I only started with this because there is library code out there wich
doesn't deal with null return value correctly.
This simple fix would help there,
Thanks
Torsten