<i18n dev> RFR: 8349873: StackOverflowError after JDK-8342550 if -Duser.timezone= is set to a deprecated zone id [v2]

Naoto Sato naoto at openjdk.org
Wed Feb 12 23:07:26 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.

Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:

  Reflects review

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/23597/files
  - new: https://git.openjdk.org/jdk/pull/23597/files/197d50fb..d1b990f7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23597&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23597&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 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