-
Notifications
You must be signed in to change notification settings - Fork 5.8k
8342042: PPC64: compiler_fast_unlock_object flags failure instead of success #21496
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
8342042: PPC64: compiler_fast_unlock_object flags failure instead of success #21496
Conversation
👋 Welcome back rrich! A progress list of the required criteria for merging this PR into |
@reinrich 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 43 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 |
/label add hotspot-compiler |
@reinrich |
@reinrich |
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.
Good catch! LGTM.
Thanks for the quick review! |
Webrevs
|
Seems like It does the same branch, but correctly, by going through a |
I think you're right. I wanted to see if |
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.
LGTM. Thanks for improving it!
@reinrich |
Thanks for looking at this @fbredber. Even with the assertions from #21494 this didn't cause failures testing jdk 24. So no worries about the testing of your PR. |
Thanks again for the reviews. |
Going to push as commit fa39e84.
Your commit was automatically rebased without conflicts. |
This change inverts the
EQ
bit inflag
with a condition register nand instruction in order to meet the post condition given at L2751-L2752:The fix passed our CI testing with LockingMode set to LM_LEGACY
Tier1-4 of hotspot and jdk. All of Langtools and jaxp. Renaissance Suite and SAP specific tests.
Testing was done on the main platforms and also on Linux/PPC64le and AIX.
The test runtime/logging/MonitorInflationTest.java failed on all platforms. Apparently it has issues with LM_LEGACY.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/21496/head:pull/21496
$ git checkout pull/21496
Update a local copy of the PR:
$ git checkout pull/21496
$ git pull https://git.openjdk.org/jdk.git pull/21496/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 21496
View PR using the GUI difftool:
$ git pr show -t 21496
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/21496.diff
Webrev
Link to Webrev Comment