[jdk8u-dev] RFR: 8255239: The timezone of the hs_err_pid log file is corrupted in Japanese locale
Andrew John Hughes
andrew at openjdk.java.net
Tue Mar 29 15:59:51 UTC 2022
On Tue, 22 Mar 2022 07:04:16 GMT, ktakakuri <duke at openjdk.java.net> wrote:
> This is a backport of JDK-8282051: The timezone of the hs_err_pid log file is corrupted in Japanese locale.
>
> I would like to backport the patch to openjdk8u.
> Original patch does not apply cleanly to 8u.
> Because the format of time zone in hs_err_pid log is different from 11u and later.
> The following is the example of time zone info:
> jdk11:
> Time: Sat Mar 12 00:14:03 2022 Tokyo Standard Time elapsed time: 0 seconds (0d 0h 0m 0s)
> jdk8:
> time: Sat Mar 12 00:09:26 2022
> timezone: Tokyo Standard Time
> elapsed time: 2.736524 seconds (0d 0h 0m 2s)
>
> Testing:
> build on Windows x86_64
> hotspot/runtime on Windows x86_64
> a specific test to confirm the fix in Japanese locale
>
> Could you please review this PR?
Thanks. The backport looks ok to me. Do you have access to the OpenJDK bug system? If not, I can add the `jdk8u-fix-request` label on your behalf.
-------------
PR: https://git.openjdk.java.net/jdk8u-dev/pull/20
More information about the jdk8u-dev
mailing list