Hi all,
does anyone remember where BoundedConcurrentHashMap was copied from?
we have a copy in Hibernate ORM; the comments state:
- copied from Infinispan
- original author Doug Lea
but I don't see any similar implementation in JSR166, nor any
reference to this classname on their archives:
-
http://jsr166-concurrency.10961.n7.nabble.com/template/NamlServlet.jtp?ma...
The comments looks like suspiciously like this was originally a copy
of ConcurrentHashMap... I'm wondering which fixes we're missing out,
and if I should plan to get rid of this liability since Infinispan
also seems to have removed it.
Thanks,
Sanne