netty5/common/src
Lukasz Strzalkowski 7bd0905969 Introduce ReferenceCounted.refCnt()
Motivation:

When debugging netty memory leaks, it's sometimes helpful to
print the object's reference count.

Modifications:

Add `refCnt` methods to set of already exitsting helpers for ref coutned
objects.

Result:

Users will have utility to print object's ref count without much of a
boilerplate.
2017-04-17 19:43:44 +02:00
..
main Introduce ReferenceCounted.refCnt() 2017-04-17 19:43:44 +02:00
test Ensure test introduced in 5c1c14286d also works on Java9 2017-03-29 22:43:00 +02:00