Re: RFR: 8337839: Make a few fields in MergeCollation static

2024-08-09 Thread Naoto Sato
On Thu, 25 Jul 2024 08:59:17 GMT, Andrey Turbanov wrote: > 3 fields in java.text.MergeCollation could be made 'static': > 1. BITARRAYMASK > 2. BYTEPOWER > 3. BYTEMASK Marked as reviewed by naoto (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/20323#pullrequestreview-22312

Re: RFR: 8337839: Make a few fields in MergeCollation static

2024-08-05 Thread Jaikiran Pai
On Thu, 25 Jul 2024 08:59:17 GMT, Andrey Turbanov wrote: > 3 fields in java.text.MergeCollation could be made 'static': > 1. BITARRAYMASK > 2. BYTEPOWER > 3. BYTEMASK Looks OK to me. - Marked as reviewed by jpai (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/20323#pullreq

RFR: 8337839: Make a few fields in MergeCollation static

2024-08-05 Thread Andrey Turbanov
3 fields in java.text.MergeCollation could be made 'static': 1. BITARRAYMASK 2. BYTEPOWER 3. BYTEMASK - Commit messages: - [PATCH] Make a few fields in MergeCollation static Changes: https://git.openjdk.org/jdk/pull/20323/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=2032