Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Operating System: All
Platform: All
-
37234
Description
This patch implements the a fix for the synchronization issues found by Mayur
Naik for GenericKeyedObjectPool.
This patch also removes synchronization on the getNumTests(), incrementActiveCount(Object),
decrementActiveCount(Object), getActiveCount(Object), and calculateDefecit(Object) private methods
because they are all only ever called from within a synchronized context.