netty5/common/src
Carl Mastrangelo 15560530d4 Propagate full Unsafe unavailability reason in PlatformDependent
Motivation:
It is not clear why Unsafe is unavailable when it is explicitly
disabled, or when Netty thinks it is running on Android.

Modification:
Change the "has" fields and methods to be causes.  A null cause
means Unsafe is present.  This catches all possible reason why
Unsafe might not be available.

Result:
Easier to debug Netty start up when logging cannot be turned on.
2018-02-16 10:43:06 -08:00
..
main Propagate full Unsafe unavailability reason in PlatformDependent 2018-02-16 10:43:06 -08:00
test DefaultPromise internal state dependent on Signal 2018-02-12 14:24:46 -08:00