On Fri, 5 Mar 2021 17:29:16 GMT, Naoto Sato <[email protected]> wrote:
>> Claes Redestad has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fix omitted synchronized
>
> src/java.base/share/classes/java/util/Locale.java line 959:
>
>> 957: }
>> 958:
>> 959: private static Locale getDisplayLocale() {
>
> Should this be `synchronized`?
Good catch! Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2845
