netty5/common
Norman Maurer 3875bb92b4 Don't use sun.misc.Unsafe when IKVM.NET is used (#9042)
Motivation:

IKVM.NET seems to ship a bug sun.misc.Unsafe class, for this reason we should better disable our sun.misc.Unsafe usage when we detect IKVM.NET is used.

Modifications:

Check if IKVM.NET is used and if so do not use sun.misc.Unsafe by default.

Result:

Fixes https://github.com/netty/netty/issues/9035 and https://github.com/netty/netty/issues/8916.
2019-04-12 22:42:13 +02:00
..
src Don't use sun.misc.Unsafe when IKVM.NET is used (#9042) 2019-04-12 22:42:13 +02:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00