This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: null ClassLoader


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]