Closed
Description
Selector.open() can throw a NPE in java6 because of missing synchronization.
See: http://bugs.sun.com/view_bug.do?bug_id=6427854
A workaround is to add a property like:
sun.nio.ch.bugLevel=""'
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
Workaround for JDK NIO bug. See #203
Workaround for JDK NIO bug. See #203
Limit workaround on JDK-6427854 to Java <1.7
Limit workaround on JDK-6427854 to Java <1.7 (#11863)
Limit workaround on JDK-6427854 to Java <1.7 (netty#11863)
Limit workaround on JDK-6427854 to Java <1.7 (netty#11863)
Limit workaround on JDK-6427854 to Java <1.7 (netty#11863)
Flush when connection is freed and also not force flush when FIN was …
Declare the native dependencies directly (netty#203)