On Thu, 8 Jun 2023 16:15:21 GMT, Brett Okken <[email protected]> wrote:
>> Claes Redestad has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Remove pointless comments
>
> src/java.base/share/classes/java/util/Arrays.java line 3845:
>
>> 3843: */
>> 3844: public static byte[] copyOfRange(byte[] original, int from, int
>> to) {
>> 3845: // Tickle the JIT to fold special cases optimally
>
> this comment has been inconsistently left vs removed in the various methods
> (even though the other changes appear the same). was this intentional?
Fixed. Removed all for consistency.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14380#discussion_r1224108002