Unfortunately, no. I think it's really hard to provide real-world reproducible test case, because it depends from cache map region and, therefore, from hashes of cached items (see net.sf.ehcache.store.MemoryStore.LockProvider and net.sf.ehcache.store.chm.SelectableConcurrentHashMap). But you can emulate this bug in your unit tests by creation mock objects with required behavior.
|