netty5/buffer/src
Norman Maurer 8dda984afe Null out references to tmpNioBuf and chunk to allow quicker collecting
Motivation:

In PooledByteBuf we missed to null out the chunk and tmpNioBuf fields before recycle it to the Recycler. This could lead to keep objects longer alive then necessary which may hold a lot of memory.

Modifications:

Null out tmpNioBuf and chunk before recycle.

Result:

Possible to earlier GC objects.
2017-01-26 22:06:47 +01:00
..
main/java/io/netty/buffer Null out references to tmpNioBuf and chunk to allow quicker collecting 2017-01-26 22:06:47 +01:00
test/java/io/netty/buffer ByteBufUtil.compare int underflow 2017-01-10 11:43:59 -08:00