ObjectPool updatesUsing a Stack<T> in tests since a ThreadLocal<ConcurrentBag<T>>doesn't really make sense.Make the ThreadLocal an instance rather than a static since thenwe can have more than one ObjectPool on a object. (commit: 233972a)