Hello!

Here's the updated webrev with rangeCheckForAdd() restored in both AbstractList and ArrayList.
http://cr.openjdk.java.net/~igerasim/8079136/07/webrev/

The fix was built/tested successfully on all supported platforms.

Sincerely yours,
Ivan

On 02.02.2016 9:55, Martin Buchholz wrote:
On Mon, Feb 1, 2016 at 10:19 PM, Tagir F. Valeev <amae...@gmail.com> wrote:

I have a doubt about replacing rangeCheckForAdd. What if size() ==
Integer.MAX_VALUE? This is not an issue for ArrayList as it's limited
by MAX_ARRAY_SIZE which is Integer.MAX_VALUE - 8.
Actually, the limit is Integer.MAX_VALUE.  But it only grows beyond
MAX_ARRAY_SIZE if there's no choice.


Reply via email to