classpath
[Top][All Lists]
Advanced

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

Re: Class loader optimization patch


From: Brian Jones
Subject: Re: Class loader optimization patch
Date: 05 Mar 2003 21:44:08 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"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>




reply via email to

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