History log of /openjdk9/jdk/test/java/nio/channels/Selector/LotsOfCancels.java
Revision Date Author Comments
# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 1817:6b48ea20e0b9 04-Nov-2009 martin

6897993: (se) Close or cancel performance issue when number of pending 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>