Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205866 | 11.0.1 | Alan Bateman | P4 | Resolved | Fixed | team |
This issue tracks a proposal from Richard Warburton for a select method that invokes an action on each selected key as an alternative to the selected-key set. The original proposal is here:
http://mail.openjdk.java.net/pipermail/nio-dev/2016-January/003479.html
The main advantage of the proposal is that it avoids the GC pressure due to adding and removing elements from the selected-key set.
http://mail.openjdk.java.net/pipermail/nio-dev/2016-January/003479.html
The main advantage of the proposal is that it avoids the GC pressure due to adding and removing elements from the selected-key set.
- backported by
-
JDK-8205866 (se) select(Consumer<SelectionKey> action) as alternative to selected-key set
-
- Resolved
-
- csr for
-
JDK-8204486 (se) select(Consumer<SelectionKey> action) as alternative to selected-key set
-
- Closed
-