<i18n dev> RFR: 8299677: Formatter.format might take a long time to format an integer or floating-point [v5]
Raffaello Giulietti
rgiulietti at openjdk.org
Mon Jan 16 17:53:19 UTC 2023
On Mon, 16 Jan 2023 17:13:52 GMT, balcanuc <duke at openjdk.org> wrote:
>> Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8299677: Formatter.format might take a long time to format an integer or floating-point
>
> in which JDK versions will the bug-fix back ported? As it is, it is impossible to be back ported to JDK8
@balcanuc Backporting is done in other, separate projects. Whether changes in mainline are backported, and how, is publicly discussed in the respective mailing lists.
In particular, for JDK 8 Updates you might want to have a look at
[this mailing list](https://mail.openjdk.org/mailman/listinfo/jdk8u-dev) and the [this git repo](https://github.com/openjdk/jdk8u-dev).
If you feel this change is relevant to JDK 8, you are welcome to discuss a solution that does not rely on `repeat()` on that mailing list, and then [contribute](https://openjdk.org/contribute/) your code to the [JDK 8 Update project](https://openjdk.org/projects/jdk8u/).
-------------
PR: https://git.openjdk.org/jdk/pull/11939
More information about the i18n-dev
mailing list