RFR: 8001647: In-place methods on Collection/List

Akhil Arora akhil.arora at oracle.com
Fri Apr 19 18:36:49 PDT 2013


Updated with feedback so far -

http://cr.openjdk.java.net/~akhil/8001647.9/webrev/

On 04/18/2013 11:49 AM, Akhil Arora wrote:
> Looks like the stars are aligning on getting on this into TL... the
> refreshed webrev is -
>
> http://cr.openjdk.java.net/~akhil/8001647.8/webrev/
>
> Please review
>
> Thanks
>
> On 12/10/2012 09:31 PM, Akhil Arora wrote:
>> http://cr.openjdk.java.net/~akhil/8001647.3/webrev/
>>
>> - now with synchronized and unmodifiable wrappers in Collections.java
>> for the default methods being added
>>
>> On 12/10/2012 01:48 PM, Akhil Arora wrote:
>>> Updated with yours and Alan's comments -
>>>
>>> http://cr.openjdk.java.net/~akhil/8001647.2/webrev/
>>>
>>> - removed null check for removeSet
>>> - cache this.size in removeAll, replaceAll
>>>       (for ArrayList, Vector and CopyOnWriteArrayList)
>>> - calculate removeCount instead of BitCount.cardinality()
>>> - removed unnecessary @library from test support classes
>
>



More information about the lambda-dev mailing list