mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
3862128a3a
On POSIX systems, Avian sends a special signal to a thread to implement Thread.getStackTrace() when called from a different thread. If the target thread is blocked on a call to accept when this happens, it will return -1, with errno set to EINTR. Instead of treating this as an error, we now just loop and call accept again. |
||
---|---|---|
.. | ||
channels | ||
Buffer.java | ||
ByteBuffer.java | ||
ReadOnlyBufferException.java |