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