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

Naoto Sato naoto at openjdk.org
Thu Feb 13 21:00:17 UTC 2025


On Wed, 12 Feb 2025 19:35:18 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 3e7acfac
Author:    Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3e7acfac48229441b243a6ac564e719963e4f43d
Stats:     21 lines in 2 files changed: 10 ins; 1 del; 10 mod

8349873: StackOverflowError after JDK-8342550 if -Duser.timezone= is set to a deprecated zone id

Reviewed-by: joehw, jlu, iris

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

PR: https://git.openjdk.org/jdk/pull/23597


More information about the i18n-dev mailing list