netty5/buffer/src
Matteo Merli 0be53f296f MemoryRegionCache$Entry objects are not recycled
Motivation:

Even though MemoryRegionCache$Entry instances are allocated through a recycler they are not properly recycled,
leaving a lot of instances to be GCed along with Recycler$DefaultHandle objects.
Fixes #4071

Modification:

Recycle Entry when done using it.

Result:

Less GCed objects.
2015-08-10 21:29:25 +02:00
..
main/java/io/netty/buffer MemoryRegionCache$Entry objects are not recycled 2015-08-10 21:29:25 +02:00
test/java/io/netty/buffer maxBytesPerRead channel configuration 2015-08-05 23:59:54 -07:00