Question about CachedClassLoader

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Question about CachedClassLoader

Adrian Crum
I noticed the CachedClassLoader uses HashMaps and HashSets instead of
the Javolution classes. Is there any reason for that? It seems to me the
Javolution classes would help speed up class loading.

-Adrian
Reply | Threaded
Open this post in threaded view
|

Re: Question about CachedClassLoader

David E. Jones-2

It could be related to having null keys, which the Javolution classes  
don't allow (you'll get an NPE).

-David


On Nov 9, 2009, at 12:11 PM, Adrian Crum wrote:

> I noticed the CachedClassLoader uses HashMaps and HashSets instead  
> of the Javolution classes. Is there any reason for that? It seems to  
> me the Javolution classes would help speed up class loading.
>
> -Adrian