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
8281043: Intrinsify recursive ObjectMonitor locking for PPC64 #7305
8281043: Intrinsify recursive ObjectMonitor locking for PPC64 #7305
Conversation
|
@TheRealMDoerr The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
Hi Martin, the change looks good. Have you tested it with a quick micro benchmark? The copyright needs to be updated. Cheers, Richard. |
Thanks for the review! Copyright updated and benchmark results added above. |
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.
Thanks, Richard.
@TheRealMDoerr 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 53 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.
|
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.
Changes look good to me.
Nice performance gain for such a small change!
Thanks! |
Going to push as commit 46c6c6f.
Your commit was automatically rebased without conflicts. |
@TheRealMDoerr Pushed as commit 46c6c6f. |
PPC64 implementation of JDK-8277180.
java -Xms4g -Xmx4g -jar dacapo-9.12-bach.jar h2 -s huge -t 1 -n 1 --max-iterations=35 --variance=5 --verbose --converge
Before this patch (2 runs):
===== DaCapo 9.12 h2 PASSED in 309753 msec =====
===== DaCapo 9.12 h2 PASSED in 300755 msec =====
After:
===== DaCapo 9.12 h2 PASSED in 285144 msec =====
===== DaCapo 9.12 h2 PASSED in 288255 msec =====
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/7305/head:pull/7305
$ git checkout pull/7305
Update a local copy of the PR:
$ git checkout pull/7305
$ git pull https://git.openjdk.java.net/jdk pull/7305/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 7305
View PR using the GUI difftool:
$ git pr show -t 7305
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/7305.diff