• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • DSO:L1
  • teck
  • Reporter: teck
  • February 16, 2007
  • 0
  • Watchers: 0
  • July 27, 2012
  • February 19, 2007

Attachments

Description

see attached thread dump

Comments

Tim Eck 2007-02-16

At the moment, the only need to for this postCreateMethod is to call __tc_rehash on instances of ConcurrentHashMap. I changed the implementation to use reflection instead of beanshell for this one (regular onLoad stuff is still bean shell). Simply moving the call to be outside the synch of the ClientObjManager is not trivial, although it would have been a preferred solution.

Geert Bevin 2007-02-16

This fixed my problem, thanks!