<i18n dev> RFR: 8276220: Reduce excessive allocations in DateTimeFormatter [v10]

Stephen Colebourne scolebourne at openjdk.java.net
Tue Nov 9 11:56:46 UTC 2021


On Wed, 3 Nov 2021 22:55:23 GMT, Claes Redestad <redestad at openjdk.org> wrote:

>> Claes Redestad has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove accidentally committed experimental @Stable (no effect on micros)
>
> Thanks, Naoto!

@cl4es For `DateTimeFormatterBuilder ` spec, I propose changing the existing wording slightly

    If the field value in the date-time to be printed is invalid it
    cannot be printed and an exception will be thrown.

to 

    If the field value in the date-time to be printed is outside the
    range of valid values then an exception will be thrown.

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

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


More information about the i18n-dev mailing list