<i18n dev> RFR: 8337279: Optimize format instant [v13]
Johannes Graham
duke at openjdk.org
Thu Jan 30 14:24:55 UTC 2025
On Thu, 30 Jan 2025 14:20:36 GMT, Shaojin Wen <swen at openjdk.org> wrote:
>> By removing the redundant code logic in DateTimeFormatterBuilder$InstantPrinterParser#formatTo, the codeSize can be reduced and the performance can be improved.
>
> Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:
>
> remove unused import
src/java.base/share/classes/jdk/internal/util/DateTimeHelper.java line 26:
> 24: * questions.
> 25: */
> 26: package jdk.internal.util;
Maybe `jdk.internal.time` would be appropriate.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20353#discussion_r1935696569
More information about the i18n-dev
mailing list