netty5/transport-native-epoll/src
Norman Maurer f10d66b45e Epoll.isAvailable() must return false if sun.misc.Unsafe is not present.
Motivation:

Currently our epoll native transport requires sun.misc.Unsafe and so we need to take this into account for Epoll.isAvailable().

Modifications:

Take into account if sun.misc.Unsafe is present.

Result:

Only return true for Epoll.isAvailable() if sun.misc.Unsafe is present.
2016-02-06 09:59:12 +01:00
..
main Epoll.isAvailable() must return false if sun.misc.Unsafe is not present. 2016-02-06 09:59:12 +01:00
test/java/io/netty/channel Native EPOLL Library Allows Shading 2016-02-03 14:40:28 -08:00