netty5/common/src
Norman Maurer 34aa2c841c
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:41:53 +02:00
..
main Don't use sun.misc.Unsafe when IKVM.NET is used (#9042) 2019-04-12 22:41:53 +02:00
test Allow to automatically trim the PoolThreadCache in a timely interval (#8941) 2019-03-22 11:08:37 +01:00