RFR: JDK-8146568 NegativeArraySizeException in ArrayList.grow(int)
Martin Buchholz
martinrb at google.com
Tue Jan 26 18:10:28 UTC 2016
On Tue, Jan 26, 2016 at 5:44 AM, Jason Mehrens
<jason_mehrens at hotmail.com> wrote:
> Hi Martin,
>
> Are you sure about the change where addElement is now calling the public (non-final) version of add? I would think that we would want to avoid any type of compatibility changes with regard to Vector.
Jason, you are right that we shouldn't be changing observable calls to
public methods.
More information about the core-libs-dev
mailing list