classpath
[Top][All Lists]
Advanced

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

Class loader optimization patch


From: Jeroen Frijters
Subject: Class loader optimization patch
Date: Mon, 3 Mar 2003 17:27:12 +0100

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.

Regards,
Jeroen

Attachment: classloader.patch
Description: classloader.patch


reply via email to

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