6dad12defa
Motivation: netty_epoll_linuxsocket_JNI_OnLoad(...) may produce a deadlock with another thread that will load IOUtil in a static block. This seems to be a JDK bug which is not yet fixed. To workaround this we force IOUtil to be loaded from without java code before init the JNI code Modifications: Use Selector.open() as a workaround to load IOUtil Result: Fixes https://github.com/netty/netty/issues/10187 |
||
---|---|---|
.. | ||
main | ||
test/java/io/netty/channel/epoll |