Commits
Patrick Scott authored 169ef4cca30
Check for null before returing a chunk from the pool. Since references can be queued in another thread, the first entry in the pool could have been queued after processPoolLocked. Check for null and create a new chunk if the check fails.