netty5/common/src
Johno Crawford 895a92cb22 Unable to initialize PlatformDependent when sun.misc.Unsafe is unavailable
Motivation:

PlatformDependent0 should not be referenced directly when sun.misc.Unsafe is unavailable.

Modifications:

Guard byteArrayBaseOffset with hasUnsafe check.

Result:

PlatformDependent can be initialized when sun.misc.Unsafe is unavailable.
2016-11-08 17:08:17 +01:00
..
main Unable to initialize PlatformDependent when sun.misc.Unsafe is unavailable 2016-11-08 17:08:17 +01:00
test Correctly add futures to list in test 2016-11-01 10:23:03 +01:00