corda/classpath/java
Joel Dice b908f575d5 fix several blocking SocketChannel bugs
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.
2010-06-04 15:37:22 -06:00
..
io Additional of several interfaces which can be used in serialization 2010-05-10 10:17:06 -06:00
lang ARM and UTF-8 work 2010-04-14 09:26:50 -06:00
net various tweaks for Classpath compatibility 2009-06-06 20:32:44 -06:00
nio fix several blocking SocketChannel bugs 2010-06-04 15:37:22 -06:00
security add AccessControlException 2009-08-24 16:40:25 -06:00
text prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
util update copyright years 2009-12-05 15:50:23 -07:00