StackKeyedObjectPool.getNumActive() needs to be synchronized.
All the writes to _totActive are synch., the reads need to be also.
Note that the corresponding method in StackObjectPool is already synch.
Description
StackKeyedObjectPool.getNumActive() needs to be synchronized.
All the writes to _totActive are synch., the reads need to be also.
Note that the corresponding method in StackObjectPool is already synch.