RFR: jsr166 jdk10 integration wave 5
Martin Buchholz
martinrb at google.com
Wed Nov 8 22:20:05 UTC 2017
On Wed, Nov 8, 2017 at 2:09 PM, Paul Sandoz <paul.sandoz at oracle.com> wrote:
>
>
> 685 final Node<E> succ(Node<E> p) {
> 686 // TODO: should we skip deleted nodes here?
>
> Is the comment still relevant?
>
It's still an open question, like what's the best GC strategy, or should
ArrayList automatically shrink (as well as grow) its backing array?
More information about the core-libs-dev
mailing list