I was looking at jasper2, and there is one lonely use of FastHashMap in
compiler/JspRuntimeContext.java. It's the only place where jasper2 depends
on commons-collections, and it seems pretty useless - nothing calls
setFast(), and all that happens is an extra ( synchronized ) call to the 
original map.

Any problem if I replace it with a regular HashMap ( or Collections.syncMap(HashMap)  
? 


Costin


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to