<i18n dev> RFR: 8309622: Re-examine the cache mechanism in BaseLocale [v2]

Naoto Sato naoto at openjdk.org
Tue Jun 13 18:00:57 UTC 2023


On Tue, 13 Jun 2023 13:09:49 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Addressing comments (test grouping, synchronization), minor optimization on loop lookup
>
> test/micro/org/openjdk/bench/java/util/LocaleCache.java line 58:
> 
>> 56:                 throw new RuntimeException("Different Locale was created");
>> 57:             }
>> 58:             previous =  l;
> 
> Suggestion:
> 
>             previous = l;

Fixed

> test/micro/org/openjdk/bench/java/util/LocaleCache.java line 70:
> 
>> 68:                 throw new RuntimeException("Different Locale was created");
>> 69:             }
>> 70:             previous =  l;
> 
> Suggestion:
> 
>             previous = l;

Fixed

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14404#discussion_r1228504659
PR Review Comment: https://git.openjdk.org/jdk/pull/14404#discussion_r1228504936


More information about the i18n-dev mailing list