classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Class loader optimization patch


From: Jeroen Frijters
Subject: RE: Class loader optimization patch
Date: Thu, 13 Mar 2003 19:53:38 +0100

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:address@hidden 
> Sent: Thursday, March 06, 2003 03:44
> To: Jeroen Frijters
> Cc: address@hidden
> 
> "Jeroen Frijters" <address@hidden> 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 <address@hidden>
> 

Attachment: classloader.patch
Description: classloader.patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]