<i18n dev> RFR: 8349200: [JMH] time.format.ZonedDateTimeFormatterBenchmark fails
SendaoYan
syan at openjdk.org
Tue Feb 4 02:32:15 UTC 2025
On Mon, 3 Feb 2025 22:18:51 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> most likely the failure was due to the removal of COMPAT locale provide
Yes. git bisect result shows that the failure was due to PR "8174269: Remove COMPAT locale data provider from JDK"
And, use jdk22, the difference between '-Djava.locale.providers=COMPAT' and '-Djava.locale.providers=CLDR' also convinced that.
~/software/jdk/temurin/jdk-22.0.2+9/bin/java -Djava.locale.providers=COMPAT ~/compiler-test/zzkk/TimeZoneTest.java
Feb 04, 2025 10:19:51 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>
WARNING: COMPAT locale provider will be removed in a future release
Ecuador Time
ECST
ECT
~/software/jdk/temurin/jdk-22.0.2+9/bin/java -Djava.locale.providers=CLDR ~/compiler-test/zzkk/TimeZoneTest.java
Ecuador Time
GMT-05:00
GMT-05:00
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23414#issuecomment-2632614374
More information about the i18n-dev
mailing list