netty5/buffer
Norman Maurer 8c0f1428af Reduce the scope of synchronized block in PoolArena (#10410)
Motivation:

We shouldn't call incSmallAllocation() in a synchronized block as its backed by a concurrent datastructure

Modifications:

Move call of incSmallAllocation() out of synchronized block

Result:

Minimize scope of synchronized block
2020-07-16 19:41:02 +02:00
..
src Reduce the scope of synchronized block in PoolArena (#10410) 2020-07-16 19:41:02 +02:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00