[Top][All Lists]
[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>
- RE: Class loader optimization patch, Jeroen Frijters, 2003/03/04
- RE: Class loader optimization patch, Jeroen Frijters, 2003/03/04
- Re: Class loader optimization patch, Brian Jones, 2003/03/04
- Re: Class loader optimization patch, Tom Tromey, 2003/03/04
- Classpath AWT problems (or gtk problems...), Wes Beebee, 2003/03/04
- Re: Classpath AWT problems (or gtk problems...), Brian Jones, 2003/03/04
- Re: Classpath AWT problems (or gtk problems...), Dhek Bhun Kho, 2003/03/04
- Re: Classpath AWT problems (or gtk problems...), Tom Tromey, 2003/03/04
- Re: Classpath AWT problems (or gtk problems...), Brian Jones, 2003/03/04