aboutsummaryrefslogtreecommitdiff
path: root/test/java/nio/channels/Selector
AgeCommit message (Collapse)Author
2014-02-208027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittentlyigerasim
Reviewed-by: chegar, ewang
2013-12-268029235: Update copyright year to match last edit in jdk8 jdk repository for ↵lana
2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
2013-09-188024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)alanb
Reviewed-by: alanb, coffeys Contributed-by: nmaurer@redhat.com, alan.bateman@oracle.com
2013-02-186429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ↵dingxmin
ignore interestOps Reviewed-by: alanb
2012-11-076720349: (ch) Channels tests depending on hosts inside Sundfuchs
Summary: This changeset make the nio tests start small TCP or UDP servers from within the tests, instead of relying on external services. Reviewed-by: alanb --HG-- rename : test/java/nio/channels/TestUtil.java => test/java/nio/channels/TestServers.java
2012-11-027197491: update copyright year to match last edit in jdk8 jdk repositoryalanb
Reviewed-by: chegar, ksrini
2012-09-277200742: (se) Selector.select does not block when starting Coherence (sol)alanb
Reviewed-by: chegar
2012-06-067172826: (se) Selector based on the Solaris event port mechanismalanb
Reviewed-by: coffeys, chegar
2012-04-167143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSXalanb
Reviewed-by: michaelm, chegar
2010-12-286962318: Update copyright yearohair
Reviewed-by: xdono
2010-10-186974104: TEST: sun/nio/ch/6645197.java should be fixed in 1.5.0u25b05 and ↵coffeys
jdk6 workspace Reviewed-by: alanb
2010-09-106983794: TEST_BUG: test/java/nio/channels/Selector/ConnectWrite.java failingalanb
Reviewed-by: chegar
2010-06-296213702: (so) non-blocking sockets with TCP urgent disabled get still ↵alanb
selected for read ops (win) Reviewed-by: michaelm, chegar
2010-06-236963027: TEST_BUG: channels and buffer tests need to run in samevm modealanb
Reviewed-by: ohair, sherman, chegar
2010-06-166961630: TEST_BUG: Several SocketChannel and Selector tests can fail with ↵alanb
"address already in use" Reviewed-by: chegar
2010-06-156932744: TEST_BUG: java/nio/channels/Selector/OpRead.java failingalanb
Reviewed-by: chegar
2010-05-256943119: Rebrand source copyright noticesohair
Reviewed-by: darcy, weijun
2010-01-046911113: These tests do not work with CYGWIN: java/nioohair
Reviewed-by: tbell, alanb
2009-11-046897993: (se) Close or cancel performance issue when number of pending ↵martin
updates is high (lnx) Summary: Use O(1) Iterator instead of O(N) operations on LinkedList updateList Reviewed-by: alanb Contributed-by: Igor Chernyshev <igorc@google.com>
2009-04-036823609: (se) Selector.select hangs on Windows under loadalanb
Reviewed-by: sherman
2009-04-026824477: (se) Selector.select fails with IOException: "Invalid argument" if ↵alanb
maximum file descriptors is low Reviewed-by: sherman
2009-03-276693490: (se) select throws "File exists" IOException under load (lnx)alanb
Reviewed-by: sherman
2008-10-135025260: Register methods should throw ClosedChannelException instead of NPEsherman
Summary: update the spec and implementation to throw ClosedSelectorException Reviewed-by: alanb
2008-10-026754988: Update copyright yearjdk7-b37xdono
Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
2008-07-176405995: (ch) test/java/nio/channels/Selector/Wakeup.java brokensherman
Summary: Moved the unit test case back to open repo, it works after bugfixes in jdk6 Reviewed-by: alanb
2007-12-01Initial loadjdk7-b24duke