RFR: 8275002: Remove unused AbstractStringBuilder.MAX_ARRAY_SIZE [v2]
Martin Buchholz
martin at openjdk.java.net
Mon Oct 11 20:45:56 UTC 2021
On Mon, 11 Oct 2021 18:52:07 GMT, Andrey Turbanov <duke at openjdk.java.net> wrote:
>> 8275002: Remove unused AbstractStringBuilder.MAX_ARRAY_SIZE
>
> Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
>
> 275002: Remove unused AbstractStringBuilder.MAX_ARRAY_SIZE
> update javadoc of 'newCapacity' method to refer ArraysSupport.SOFT_MAX_ARRAY_LENGTH instead
We generally avoid <code> in javadoc.
Especially in private javadoc.
I would write this more simply/readably as
* {@code SOFT_MAX_ARRAY_LENGTH >> coder}
-------------
Marked as reviewed by martin (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5878
More information about the core-libs-dev
mailing list