jdk-24/jdk/test/java/nio/channels/Selector
Igor Chernyshev fb6b9445d7 6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx)
Use O(1) Iterator instead of O(N) operations on LinkedList updateList

Reviewed-by: alanb
2009-11-04 15:22:30 -08:00
..
Alias.java Initial load 2007-12-01 00:00:00 +00:00
BasicAccept.java Initial load 2007-12-01 00:00:00 +00:00
BasicConnect.java Initial load 2007-12-01 00:00:00 +00:00
ByteServer.java Initial load 2007-12-01 00:00:00 +00:00
CheckLocking.java Initial load 2007-12-01 00:00:00 +00:00
Close.java Initial load 2007-12-01 00:00:00 +00:00
CloseInvalidatesKeys.java Initial load 2007-12-01 00:00:00 +00:00
CloseThenRegister.java 5025260: Register methods should throw ClosedChannelException instead of NPE 2008-10-13 14:45:27 -07:00
CloseWhenKeyIdle.java Initial load 2007-12-01 00:00:00 +00:00
Connect.java Initial load 2007-12-01 00:00:00 +00:00
ConnectWrite.java Initial load 2007-12-01 00:00:00 +00:00
HelperSlowToDie.java 6823609: (se) Selector.select hangs on Windows under load 2009-04-03 22:10:36 +01:00
KeySets.java Initial load 2007-12-01 00:00:00 +00:00
KeysReady.java Initial load 2007-12-01 00:00:00 +00:00
lots_of_updates.sh 6824477: (se) Selector.select fails with IOException: "Invalid argument" if maximum file descriptors is low 2009-04-02 19:47:24 +01:00
LotsOfCancels.java 6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx) 2009-11-04 15:22:30 -08:00
LotsOfChannels.java Initial load 2007-12-01 00:00:00 +00:00
LotsOfUpdates.java 6824477: (se) Selector.select fails with IOException: "Invalid argument" if maximum file descriptors is low 2009-04-02 19:47:24 +01:00
OpRead.java Initial load 2007-12-01 00:00:00 +00:00
ReadAfterConnect.java Initial load 2007-12-01 00:00:00 +00:00
RegAfterPreClose.java 6693490: (se) select throws "File exists" IOException under load (lnx) 2009-03-27 15:24:37 +00:00
SelectAfterRead.java Initial load 2007-12-01 00:00:00 +00:00
SelectAndCancel.java Initial load 2007-12-01 00:00:00 +00:00
SelectAndClose.java Initial load 2007-12-01 00:00:00 +00:00
SelectNowWhenEmpty.java Initial load 2007-12-01 00:00:00 +00:00
SelectorLimit.java Initial load 2007-12-01 00:00:00 +00:00
SelectorTest.java Initial load 2007-12-01 00:00:00 +00:00
SelectWrite.java Initial load 2007-12-01 00:00:00 +00:00
Wakeup.java 6754988: Update copyright year 2008-10-02 19:58:32 -07:00
WakeupAfterClose.java Initial load 2007-12-01 00:00:00 +00:00
WakeupEmpty.java Initial load 2007-12-01 00:00:00 +00:00
WakeupNow.java Initial load 2007-12-01 00:00:00 +00:00
WakeupOverflow.java Initial load 2007-12-01 00:00:00 +00:00
WakeupSpeed.java Initial load 2007-12-01 00:00:00 +00:00