mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
b908f575d5
In java-nio.cpp, we can't use GetPrimitiveArrayCritical when reading from or writing to blocking sockets since it may block the rest of the VM indefinitely. In SelectableChannel.java, we can't use a null test on SelectableChannel.key to determine whether the channel is open since it might never be registered with a Selector. According to the Sun documentation, a SelectableChannel is open as soon as it's created, so that's what we now implement. |
||
---|---|---|
.. | ||
avian | ||
java | ||
java-io.cpp | ||
java-lang.cpp | ||
java-nio.cpp | ||
java-util-zip.cpp | ||
java-util.cpp | ||
jni-util.h |