netty5/common/src
Norman Maurer 65cacc9b15 Guard against NoClassDefFoundError when trying to load Unsafe.
Motivation:

OSGI and other enviroments may not allow to even load Unsafe which will lead to an NoClassDefFoundError when trying to access it. We should guard against this.

Modifications:

Catch NoClassDefFoundError when trying to load Unsafe.

Result:

Be able to use netty with a strict OSGI config.
2017-11-24 20:06:30 +01:00
..
main Guard against NoClassDefFoundError when trying to load Unsafe. 2017-11-24 20:06:30 +01:00
test When System property is empty use def value. 2017-11-23 19:45:37 +01:00