List.copyOf() fails to copy sublists

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 11
    • Affects Version/s: 11
    • Component/s: core-libs
    • b07
    • b20
    • Verified

        Recent changes (JDK-8193128) to the unmodifiable collections changed the sublist implementation. This has the side effect of causing List.copyOf() no longer to make copies of sublists. This might seem like an optimization, but in this case an actual copy should be made. Copying sublists is useful because it makes a copy of a portion of the backing list, which can then be garbage collected. Making a copy also allows the result to be serializable, whereas in general sublists are not serializable. This last is actually a conformance issue, since List.copyOf() requires the result to be serializable.

              Assignee:
              Stuart Marks
              Reporter:
              Stuart Marks
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: