On Fri, 10 Sep 2021 20:32:03 GMT, Naoto Sato wrote:
>> src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java line
>> 120:
>>
>>> 118: * the locale sensitive services separated by a comma. It is only read
>>> and cached at
>>> 119: * the initialization of this class, so the lat
On Fri, 10 Sep 2021 20:53:35 GMT, Joe Wang wrote:
>> Hi Naoto,
>>
>> A couple of questions:
>>
>> - Are there any scenarios where invoking setProperty will not override the
>> command line setting ?
>> - Did you consider an `@ImplNote` for your clarification given the behavior
>> "might" be d
On Sat, 11 Sep 2021 13:59:25 GMT, Naoto Sato wrote:
>> That sounds good to me, suggesting doing it at launch while discouraging the
>> use of setProperty.
>
> Hi Lance,
>
>> * Are there any scenarios where invoking setProperty will not override the
>> command line setting ?
>
> Yes. For examp
On Fri, 10 Sep 2021 20:35:25 GMT, Naoto Sato wrote:
>> Small spec clarification. Corresponding CSR has also been drafted.
>
> Naoto Sato has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Reflecting review comment.
Marked as reviewed by lance
On Fri, 10 Sep 2021 23:20:11 GMT, Pavel Rappo wrote:
>> 8273616: Fix trivial doc typos in the java.base module
>
> Pavel Rappo has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Revert two fixes
Marked as reviewed by lancea (Reviewer).
-