Re: RFR: 8321059: Unneeded array assignments in MergeCollation and CompactByteArray [v2]

2023-11-30 Thread Roger Riggs
On Thu, 30 Nov 2023 21:51:19 GMT, Naoto Sato wrote: >> Removing the unnecessary array assignments. > > Naoto Sato has updated the pull request incrementally with one additional > commit since the last revision: > > Use Arrays.fill() LGTM - Marked as reviewed by rriggs (Reviewer

Re: RFR: 8321059: Unneeded array assignments in MergeCollation and CompactByteArray [v2]

2023-11-30 Thread Brian Burkhalter
On Thu, 30 Nov 2023 21:47:27 GMT, Naoto Sato wrote: > > Is that "XXX" reminder at line 58 in MergeCollation still pertinent or > > could it be removed? > > Maybe, but not 100% sure, so I just left it. If unsure, better to leave it. - PR Comment: https://git.openjdk.org/jdk/pull/1

Re: RFR: 8321059: Unneeded array assignments in MergeCollation and CompactByteArray [v2]

2023-11-30 Thread Brian Burkhalter
On Thu, 30 Nov 2023 21:51:19 GMT, Naoto Sato wrote: >> Removing the unnecessary array assignments. > > Naoto Sato has updated the pull request incrementally with one additional > commit since the last revision: > > Use Arrays.fill() Marked as reviewed by bpb (Reviewer). - PR Re

Re: RFR: 8321059: Unneeded array assignments in MergeCollation and CompactByteArray [v2]

2023-11-30 Thread Naoto Sato
> Removing the unnecessary array assignments. Naoto Sato has updated the pull request incrementally with one additional commit since the last revision: Use Arrays.fill() - Changes: - all: https://git.openjdk.org/jdk/pull/16912/files - new: https://git.openjdk.org/jdk/pull/169

Re: RFR: 8321059: Unneeded array assignments in MergeCollation and CompactByteArray [v2]

2023-11-30 Thread Naoto Sato
On Thu, 30 Nov 2023 21:17:57 GMT, Brian Burkhalter wrote: > Is that "XXX" reminder at line 58 in MergeCollation still pertinent or could > it be removed? Maybe, but not 100% sure, so I just left it. - PR Comment: https://git.openjdk.org/jdk/pull/16912#issuecomment-1834615018

Re: RFR: 8321059: Unneeded array assignments in MergeCollation and CompactByteArray [v2]

2023-11-30 Thread Naoto Sato
On Thu, 30 Nov 2023 21:26:20 GMT, Brett Okken wrote: >> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Use Arrays.fill() > > src/java.base/share/classes/sun/text/CompactByteArray.java line 83: > >> 81: for (i = 0