RFR: 8349873: StackOverflowError after JDK-8342550 if -Duser.timezone= is set to a deprecated zone id [v2]
Joe Wang
joehw at openjdk.org
Thu Feb 13 20:19:10 UTC 2025
On Wed, 12 Feb 2025 23:07:26 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.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> Reflects review
Marked as reviewed by joehw (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/23597#pullrequestreview-2616127694
More information about the core-libs-dev
mailing list