netty5/transport-native-kqueue/src
Norman Maurer ba83a8840f
IovArray should support when there is no unsafe present (#10814)
Motivation:

In some enviroments sun.misc.Unsafe is not present. We should support these as well.

Modifications:

Fallback to JNI if we can't directly access the memoryAddress of the buffer.

Result:

Fixes https://github.com/netty/netty/issues/10813
2020-11-23 14:03:32 +01:00
..
main Use netty-jni-util and so remove a lot of duplication (#10735) 2020-10-29 16:36:07 +01:00
test/java/io/netty/channel/kqueue IovArray should support when there is no unsafe present (#10814) 2020-11-23 14:03:32 +01:00