Brian,

Since no one objected, could you please apply this patch? Attached is a
slightly modified version of the original patch. As Mark suggested, I've
left the "throws ClassNotFoundException" on VMClassLoader.loadClass and
made the comment a little clearer.

Regards,
Jeroen 

> 
> -----Original Message-----
> From: Brian Jones [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, March 06, 2003 03:44
> To: Jeroen Frijters
> Cc: [EMAIL PROTECTED]
> 
> "Jeroen Frijters" <[EMAIL PROTECTED]> writes:
> 
> > Hi,
> > 
> > I made another attempt at reducing the number of 
> > ClassNotFoundExceptions that are thrown when loading a class, this 
> > time I believe the patch can be integrated without breaking 
> anything. 
> > No API changes and existing code should continue to run 
> fine. If the 
> > VM implementation of VMClassLoader.loadClass throws a 
> > ClassNotFoundException, fine, but with this patch it can 
> also return 
> > null, and thus prevent the creation of a (in some cases) 
> useless exception object.
> 
> Okay to apply this patch?
> 
> Brian
> --
> Brian Jones <[EMAIL PROTECTED]>
> 

Attachment: classloader.patch
Description: classloader.patch

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to