<i18n dev> RFR: 8349873: StackOverflowError after JDK-8342550 if -Duser.timezone= is set to a deprecated zone id
Naoto Sato
naoto at openjdk.org
Wed Feb 12 20:35:19 UTC 2025
Fixing the regression caused by the JDK-8342550 fix. Since the logging facility depends on TimeZone class, it should not use the logging facility. Replacing the logging with simple System.err.printf() will fix the issue.
-------------
Commit messages:
- initial commit
Changes: https://git.openjdk.org/jdk/pull/23597/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23597&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8349873
Stats: 21 lines in 2 files changed: 10 ins; 1 del; 10 mod
Patch: https://git.openjdk.org/jdk/pull/23597.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23597/head:pull/23597
PR: https://git.openjdk.org/jdk/pull/23597
More information about the i18n-dev
mailing list