netty5/buffer/src
Norman Maurer 2472d8c3cf [#5216] Correctly increment deallocationsHuge when call PoolArena.free
Motivation:

We called deallocationsHuge.decrement() but it needs to be increment()

Modifications:

Replace decrement() with increment()

Result:

Correct metrics.
2016-05-06 21:44:43 +02:00
..
main/java/io/netty/buffer [#5216] Correctly increment deallocationsHuge when call PoolArena.free 2016-05-06 21:44:43 +02:00
test/java/io/netty/buffer Fix IndexOutOfBoundsException when FixedCompositeByteBuf is constructed with an empty array. 2016-04-14 08:07:55 +02:00