8266519: Cleanup resolve() leftovers from BarrierSet et al#3862
8266519: Cleanup resolve() leftovers from BarrierSet et al#3862rkennke wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back rkennke! A progress list of the required criteria for merging this PR into |
|
/cc hotspot-gc |
|
@rkennke |
|
@rkennke This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
@rkennke This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
|
/open |
|
@rkennke @HostUserDetails{id=1066269, username='rkennke', fullName='null'} this pull request is now open |
|
Ping? Any takers? |
The only email for this PR I have any record of is the auto-withdraw at the end of June. Weird! I'll have a look. |
|
@rkennke 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 1444 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 |
|
The initial RFR email made it into the hotspot-dev mail.openjdk.java.net archive. But it doesn't look like it made it to me for some reason. Was there some kind of email outage around that time? |
|
/integrate |
|
Going to push as commit 7eccbd4.
Your commit was automatically rebased without conflicts. |
Shenandoah used to require a way to resolve oops, but it's long unused the the corresponding code in the access machinery is obsolete. Let's remove it.
Testing:
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/3862/head:pull/3862$ git checkout pull/3862Update a local copy of the PR:
$ git checkout pull/3862$ git pull https://git.openjdk.java.net/jdk pull/3862/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3862View PR using the GUI difftool:
$ git pr show -t 3862Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/3862.diff