netty5/common/src
Norman Maurer f77891cc17
We should prefer direct buffers if we can access the cleaner even if sun.misc.Unsafe is not present. (#8233)
Motivation:

We should prefer direct buffers whenever we can use the cleaner even if sun.misc.Unsafe is not present.

Modifications:

Correctly prefer direct buffers in all cases.

Result:

More correct code.
2018-08-29 08:21:07 +02:00
..
main We should prefer direct buffers if we can access the cleaner even if sun.misc.Unsafe is not present. (#8233) 2018-08-29 08:21:07 +02:00
test Recycler will produce npe error when multiple recycled at different thread 2018-08-27 08:58:40 +02:00