corda/classpath/java/nio
Joel Dice 3862128a3a tolerate EINTR in ServerSocketChannel.accept implementation
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.
2009-11-16 17:23:09 -07:00
..
channels tolerate EINTR in ServerSocketChannel.accept implementation 2009-11-16 17:23:09 -07:00
Buffer.java update NIO code to be more compatible with Java 2008-03-25 11:18:17 -06:00
ByteBuffer.java implement ByteBuffer.getInt(int) 2008-08-12 11:09:17 -06:00
ReadOnlyBufferException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00