Hey
"Bordet, Simone" wrote:
> the error is very strange, since the line 293 reads something like:
>
> if (foo == null)
> {
> ...
> }
> else
> {
> 293: foo.bar();
> }
>
> and of course foo should not be null there.
> Nevertheless, I found a bug in the LRU cache and I've commited it.
Are you sure you are locking things correctly? Is the above multithread
safe?
/Rickard
--
Rickard �berg
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]