-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b51
-
generic
-
generic
The fixes for 4778091 and 4778099 introduced distinct mostly-immutable
public views of the private mutable key and selected-key sets of
Selectors. Unfortunately the SelectorImpl code synchronizes on the
private views of these sets rather than upon the public views, as
required by the specification.
-- ###@###.### 2004/3/1
public views of the private mutable key and selected-key sets of
Selectors. Unfortunately the SelectorImpl code synchronizes on the
private views of these sets rather than upon the public views, as
required by the specification.
-- ###@###.### 2004/3/1
- relates to
-
JDK-4778091 (se) Selector.keys() should be immutable
-
- Closed
-
-
JDK-4778099 (se) Selector.selectedKeys() should allow removal but not addition
-
- Closed
-