netty5/common/src/main/java/io/netty
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
..
util Unable to initialize PlatformDependent when sun.misc.Unsafe is unavailable 2016-11-08 17:08:17 +01:00