On Mon, 11 Oct 2021 18:52:07 GMT, Andrey Turbanov <[email protected]> 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