-
Notifications
You must be signed in to change notification settings - Fork 164
8255239: The timezone of the hs_err_pid log file is corrupted in Japanese locale #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋 Welcome back ktakakuri! A progress list of the required criteria for merging this PR into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You cannot backport a backport: this PR references the 11u backport issue rather than the original issue. Please close this PR and create a new one referencing the commit for the original issue, which is JDK-8255239.
You shouldn't need to dump this PR. Just change the subject to "Backport b46d73bee808af7891b699df30a5a6dec3f5139f" |
This backport is not clean. |
OK. Once the bot recognizes it as a backport this should be apparent by the bot not adding the
It's OK, but it wouldn't change anything. The Skara bots go by PR title.
Yes. |
Few 8u backports are. I don't expect any to be automatically picked up as clean by the bot as even those we human maintainers regard as clean require path shuffling. Either way, the correct PR title needs to be used so the bot will link this PR to the original issue correctly.
You can change the commit message to whatever you like. The bot really doesn't care about it. The PR title does need to be changed as you mention, so the bot picks that up, links in the original bug and sets the PR title to that of the bug. Once the PR title change is made, we can review the patch :-) |
This backport pull request has now been updated with issue from the original commit. |
Thanks. The backport looks ok to me. Do you have access to the OpenJDK bug system? If not, I can add the |
Thank you for your cooperation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. jdk8u-fix-request
label added and approval given via jdk8u-fix-yes
. I'll sponsor this once it's submitted for integration.
@ktakakuri This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 10 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@phohensee, @gnu-andrew) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
@ktakakuri |
/sponsor |
Going to push as commit c5ca29f.
Your commit was automatically rebased without conflicts. |
@gnu-andrew @ktakakuri Pushed as commit c5ca29f. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
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?
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk8u-dev pull/20/head:pull/20
$ git checkout pull/20
Update a local copy of the PR:
$ git checkout pull/20
$ git pull https://git.openjdk.java.net/jdk8u-dev pull/20/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 20
View PR using the GUI difftool:
$ git pr show -t 20
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk8u-dev/pull/20.diff