-
Notifications
You must be signed in to change notification settings - Fork 216
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
8303942: os::write should write completely #2490
Conversation
👋 Welcome back elifaslan1! A progress list of the required criteria for merging this PR into |
@elifaslan1 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 39 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. 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, @shipilev) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
|
/approval JDK-8303942 request Not a clean backport.There were multiple merge conflicts related to undefined parameters and existing methods. This backport is required to address a crash observed in Amazon production. Testing: hotspot,jfr and GHA tests passed. |
@elifaslan1 |
There is a P2 regression from this fix: JDK-8316468. It needs to go in this PR as well to avoid non-atomic breakage of 17u-dev. |
Yes, please add this fix in here and request approval. |
/approval JDK-8303942 request Not a clean backport.There were multiple merge conflicts related to undefined parameters and existing methods. This backport is required to address a crash observed in Amazon production. Additionally JDK-8316468 regression has been adressed and added as a clean backport to the PR. Testing: hotspot,jfr and GHA tests passed. |
@elifaslan1 |
You need to say |
/issue add JDK-8316468 |
@elifaslan1 |
/approval JDK-8316468 request clean backport to address a regression in os::write() that could cause heap dump corruption. Testing: hotspot,jfr and GHA tests passed. |
@elifaslan1 |
This is a tad intrusive change, please make sure that all tests are pass. For example:
|
I ran tests for both my branch and master , results look the same. |
/integrate |
Hold on a sec. Does this also include openjdk/jdk@4ff6720 ? |
|
@elifaslan1 Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
Thanks Aleksey, it is much cleaner with this commit and there was only 3 conflicted files. First I applied the commit that you referred , after that I applied the last 2 commits. |
/issue add JDK-8183227 |
@elifaslan1 |
/approval JDK-8183227 request not clean backport. Current backport is dependent on this backport to address a regression in os::write() that could cause heap dump corruption. Testing: hotspot,jfr and GHA tests passed. |
@elifaslan1 |
Thanks, I'll take a look at these three tomorrow. |
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.
Looks good to me. Make sure to re-run all
tests before integrating.
/integrate |
@elifaslan1 |
/sponsor |
Going to push as commit 2d9b1a6.
Your commit was automatically rebased without conflicts. |
@phohensee @elifaslan1 Pushed as commit 2d9b1a6. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This is not a clean backport. There were multiple merge conflicts related to undefined parameters and existing methods. This backport is required to address a crash observed in Amazon production. Please refer to the related PR, which has already been merged.
In addition to GHA Tier 1, runtime hotspot, JFR, and hotspot GC tests have been run on macOS.
Additinonally, added clean backport of [JDK-8316468] (openjdk/jdk@7ce5bd1)
After new commit reran runtime hotspot tests and they all passed
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2490/head:pull/2490
$ git checkout pull/2490
Update a local copy of the PR:
$ git checkout pull/2490
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2490/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2490
View PR using the GUI difftool:
$ git pr show -t 2490
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2490.diff
Webrev
Link to Webrev Comment