netty5/buffer/src
Norman Maurer dce0dd9b78 [#3654] No need to hold lock while destroy a chunk
Motiviation:

At the moment we sometimes hold the lock on the PoolArena during destroy a PoolChunk. This is not needed.

Modification:

- Ensure we not hold the lock during destroy a PoolChunk
- Move all synchronized usage in PoolArena
- Cleanup

Result:

Less condition.
2015-05-27 09:47:53 +02:00
..
main/java/io/netty/buffer [#3654] No need to hold lock while destroy a chunk 2015-05-27 09:47:53 +02:00
test/java/io/netty/buffer Reset markers when obtain PooledByteBuf. 2015-05-20 07:29:32 +02:00