netty5/codec/src
Norman Maurer 9b2b3e2512 Ensure tests pass when sun.misc.Unsafe is not present
Motivation:

We need to ensure we pass all tests when sun.misc.Unsafe is not present.

Modifications:

- Make *ByteBufAllocatorTest work whenever sun.misc.Unsafe is present or not
- Let Lz4FrameEncoderTest not depend on AbstractByteBufAllocator implementation details which take into account if sun.misc.Unsafe is present or not

Result:

Tests pass even without sun.misc.Unsafe.
2017-02-14 07:52:07 +01:00
..
main/java/io/netty/handler/codec Simplification of boolean expression 2017-02-07 14:35:16 -08:00
test Ensure tests pass when sun.misc.Unsafe is not present 2017-02-14 07:52:07 +01:00