<i18n dev> RFR: 8349873: StackOverflowError after JDK-8342550 if -Duser.timezone= is set to a deprecated zone id
Justin Lu
jlu at openjdk.org
Wed Feb 12 22:24:10 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.
lgtm
test/jdk/java/util/TimeZone/ThreeLetterZoneID.java line 52:
> 50: @Test
> 51: public void testExplicitGetTimeZone() throws Exception {
> 52: ProcessTools.executeTestJava("ThreeLetterZoneID", "dummy").shouldMatch(WARNING);
Could use `stderrShouldMatch` here and below instead of `shouldMatch`
-------------
Marked as reviewed by jlu (Committer).
PR Review: https://git.openjdk.org/jdk/pull/23597#pullrequestreview-2613347789
PR Review Comment: https://git.openjdk.org/jdk/pull/23597#discussion_r1953484074
More information about the i18n-dev
mailing list