netty5/transport-native-unix-common/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 IovArray should support when there is no unsafe present (#10814) 2020-11-23 14:03:32 +01:00
test/java/io/netty/channel/unix Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00