-
Notifications
You must be signed in to change notification settings - Fork 120
8299790: os::print_hex_dump is racy #824
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
8299790: os::print_hex_dump is racy #824
Conversation
👋 Welcome back stuefe! A progress list of the required criteria for merging this PR into |
@tstuefe This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 42 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request I would like to downport this fix since this is a bug (admittedly, with limited consequences: printing potentially unreadable sections should only done during hs-err printing, so all it would do is mess up hs-err files). But it is also a prerequisite for downporting JDK-8334738, which would be very useful to have, e.g. in the context of dealing with reproducible builds and CDS dumps. The fix itself is low risk, but it introduced a test error for big-endian platforms, which was fixed subsequently with https://bugs.openjdk.org/browse/JDK-8314163. I will backport that one without delay once this patch is pushed. |
Got approval |
Going to push as commit 0506f4c.
Your commit was automatically rebased without conflicts. |
Hi all,
This pull request contains a backport of commit 8f28809a from the openjdk/jdk repository.
The commit being backported was authored by Thomas Stuefe on 10 Aug 2023 and was reviewed by Aleksey Shipilev and David Holmes.
Thanks!
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/824/head:pull/824
$ git checkout pull/824
Update a local copy of the PR:
$ git checkout pull/824
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/824/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 824
View PR using the GUI difftool:
$ git pr show -t 824
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/824.diff
Webrev
Link to Webrev Comment