[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
Wed Mar 30 11:56:46 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?

Done. `jdk8u-fix-request` label added and approval given via `jdk8u-fix-yes`.  I'll sponsor this once it's submitted for integration.

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

Marked as reviewed by andrew (Reviewer).

PR: https://git.openjdk.java.net/jdk8u-dev/pull/20


More information about the jdk8u-dev mailing list