-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b56
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085369 | emb-9 | Maurizio Cimadamore | P3 | Resolved | Fixed | team |
The new routine list.map is used to implement Type mappings; one important assumption of type mappings is that they rely on identity of the mapped elements; that is, if mapping a list doesn't change any element in the list, the list itself should be returned. A failure to do so will result in spinning more instances than necessary.
- backported by
-
JDK-8085369 List.map should return itself if list is unchanged
-
- Resolved
-