8351655: Optimize ObjectMonitor::unlink_after_acquire()#24078
8351655: Optimize ObjectMonitor::unlink_after_acquire()#24078fbredber wants to merge 4 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back fbredberg! A progress list of the required criteria for merging this PR into |
|
@fbredber 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 134 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 |
Webrevs
|
pchilano
left a comment
There was a problem hiding this comment.
Thanks for taking care of this follow up. Looks good to me, just minor comments.
dholmes-ora
left a comment
There was a problem hiding this comment.
A few more nits - plus I agree with Patricio's comments.
dholmes-ora
left a comment
There was a problem hiding this comment.
Nothing further from me. Thanks
pchilano
left a comment
There was a problem hiding this comment.
Thanks, looks good to me.
|
Thanks for the reviews. I'll integrate after the weekend. |
|
/integrate |
|
Going to push as commit 45a9750.
Your commit was automatically rebased without conflicts. |
This PR implements an optimization of
ObjectMonitor::unlink_after_acquire(). If it's possible it only converts the first part (the singly linked part) of theentry_listinto a doubly linked list and leave the _entry_list_tail pointer untouched.It has passed tier1-tier8 tests.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/24078/head:pull/24078$ git checkout pull/24078Update a local copy of the PR:
$ git checkout pull/24078$ git pull https://git.openjdk.org/jdk.git pull/24078/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 24078View PR using the GUI difftool:
$ git pr show -t 24078Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/24078.diff
Using Webrev
Link to Webrev Comment