netty5/common
Carl Mastrangelo e62e6df4ac Use WeakReferences for Resource Leaks
Motivation:
Phantom references are for cleaning up resources that were
forgotten, which means they keep their referent alive.   This
means garbage is kept around until the refqueue is drained, rather
than when the reference is unreachable.

Modification:
Use Weak References instead of Phantoms

Result:
More punctual leak detection.
2017-10-24 19:21:33 +02:00
..
src Use WeakReferences for Resource Leaks 2017-10-24 19:21:33 +02:00
pom.xml Upgrade dependencies to versions which use ASM 6.0.0+ 2017-10-07 12:45:25 +02:00