Re: RFR: 8276234: Trivially clean up locale-related code [v2]

2021-11-01 Thread Pavel Rappo
On Mon, 1 Nov 2021 16:51:36 GMT, Pavel Rappo  wrote:

>> Please review this PR. A comprehensive test job has been scheduled; I'll 
>> notify this thread once that job has completed.
>
> Pavel Rappo has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Use the blessed modifiers order

The test job that has been scheduled previously has completed successfully.

-

PR: https://git.openjdk.java.net/jdk/pull/6191


Re: RFR: 8276234: Trivially clean up locale-related code [v2]

2021-11-01 Thread Iris Clark
On Mon, 1 Nov 2021 16:51:36 GMT, Pavel Rappo  wrote:

>> Please review this PR. A comprehensive test job has been scheduled; I'll 
>> notify this thread once that job has completed.
>
> Pavel Rappo has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Use the blessed modifiers order

Marked as reviewed by iris (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/6191


Re: RFR: 8276234: Trivially clean up locale-related code [v2]

2021-11-01 Thread Pavel Rappo
On Mon, 1 Nov 2021 16:25:26 GMT, Pavel Rappo  wrote:

>> src/java.base/share/classes/sun/util/resources/LocaleData.java line 248:
>> 
>>> 246: private static final LocaleDataStrategy INSTANCE = new 
>>> LocaleDataStrategy();
>>> 247: // TODO: avoid hard-coded Locales
>>> 248: private final static Set JAVA_BASE_LOCALES
>> 
>> Canonical modifier order is `static final`
>
> It turns out that my IDE was configured NOT to highlight missorted modifiers. 
> Once I reconfigured it, I saw these cases and some other in that same file. 
> I'll fix them all if that's okay.
> 
> My recollection is that there have been campaigns on using "the blessed 
> modifiers order". It might be that since the last such crusade the modifiers 
> have gone out of hand, and we might need to re-bless them :-)

Fixed in 2b7e0c6.

-

PR: https://git.openjdk.java.net/jdk/pull/6191


Re: RFR: 8276234: Trivially clean up locale-related code [v2]

2021-11-01 Thread Pavel Rappo
> Please review this PR. A comprehensive test job has been scheduled; I'll 
> notify this thread once that job has completed.

Pavel Rappo has updated the pull request incrementally with one additional 
commit since the last revision:

  Use the blessed modifiers order

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6191/files
  - new: https://git.openjdk.java.net/jdk/pull/6191/files/8e2815b8..2b7e0c68

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk=6191=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk=6191=00-01

  Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6191.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6191/head:pull/6191

PR: https://git.openjdk.java.net/jdk/pull/6191