JDK-5006124 : (se) Selectors must synchronize on public views of key sets
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-03-02
  • Updated: 2004-05-11
  • Resolved: 2004-05-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b51Fixed
Related Reports
Relates :  
Relates :  
Description
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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b51 tiger-beta2
14-06-2004

EVALUATION Oops. -- ###@###.### 2004/5/5
05-12-0171