Re: RFR 8234423 : Modifying ArrayList.subList().subList() resets modCount of subList

2020-01-09 Thread Ivan Gerasimov
Thank you Roger for your review! Happy New Year to you too! :) With kind regards, Ivan On 1/9/20 10:36 AM, Roger Riggs wrote: Hi Ivan, Happy New Year! This change looks fine. Roger On 11/23/19 2:30 AM, Ivan Gerasimov wrote: Re-sending the request with the correct Subject line - the bug i

Re: RFR 8234423 : Modifying ArrayList.subList().subList() resets modCount of subList

2020-01-09 Thread Roger Riggs
Hi Ivan, Happy New Year! This change looks fine. Roger On 11/23/19 2:30 AM, Ivan Gerasimov wrote: Re-sending the request with the correct Subject line - the bug is not (only) about the iterator. On 11/20/19 10:11 PM, Ivan Gerasimov wrote: Hello! When a sublist of a sublist of an ArrayLi

Re: RFR 8234423 : Modifying ArrayList.subList().subList() resets modCount of subList

2019-12-16 Thread Ivan Gerasimov
Gentle ping. Will someone please volunteer to review this fix of a regression? Thanks in advance! On 11/20/19 10:11 PM, Ivan Gerasimov wrote: Hello! When a sublist of a sublist of an ArrayList is created, its modCount is initialized from the ArrayList root, and not from its immediate pare

Re: RFR 8234423 : Modifying ArrayList.subList().subList() resets modCount of subList

2019-11-22 Thread Ivan Gerasimov
Re-sending the request with the correct Subject line - the bug is not (only) about the iterator. On 11/20/19 10:11 PM, Ivan Gerasimov wrote: Hello! When a sublist of a sublist of an ArrayList is created, its modCount is initialized from the ArrayList root, and not from its immediate parent.