netty5/buffer/src
Norman Maurer ea3ffb8536 Fix PoolChunkList.minUsage() and maxUsage() for head and tail
Motivation:

The PoolChunkList.minUsage() and maxUsage() needs to take special action to translate Integer.MIN_VALUE / MAX_VALUE as these are used internal for tail and head of the linked-list structure.

Modifications:

- Correct the minUsage() and maxUsage() methods.
- Add unit test.

Result:

Correct metrics
2016-04-06 10:03:28 +02:00
..
main/java/io/netty/buffer Fix PoolChunkList.minUsage() and maxUsage() for head and tail 2016-04-06 10:03:28 +02:00
test/java/io/netty/buffer Fix PoolChunkList.minUsage() and maxUsage() for head and tail 2016-04-06 10:03:28 +02:00