- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6.1k
8353058: [PPC64] Some IR framework tests are failing after JDK-8352595 #24373
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
Conversation
| 👋 Welcome back chagedorn! A progress list of the required criteria for merging this PR into  | 
| @chhagedorn 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 47 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  | 
| i = 34; | ||
| l = 34; | 
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.
Always using this body which reliably emits two "Field: " strings in the opto assembly on all platforms. Thus removed the Helper class again.
| defaultOnOptoAssembly(new Helper("a", 1)); | ||
| defaultOnBoth(new Helper("a", 1)); | 
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.
No longer needed because we do not need to pass anything into the methods.
| @chhagedorn 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. | 
| Looks good to me. I've also used  | 
| 
 Thanks for your review Marc! Yes, there we do not perform the actual IR matching, so it's not a problem for platform specific differences. | 
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 too.
| Thanks for the fix! | 
| Thanks Tobias and Martin for your reviews! | 
| /integrate | 
| Going to push as commit 8d3d1d4. 
 Your commit was automatically rebased without conflicts. | 
| @chhagedorn Pushed as commit 8d3d1d4. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. | 
TestPhaseIRMatchingwas recently updated with JDK-8352595 which changed some matching on opto assembly fromIRNode.ALLOC(now matching on ideal phases) toIRNode.FIELD_ACCESS(still matching on opto assembly). However, the updated code matches differently on PPC for some method invocation on a parameter which let the test fail on PPC:When I've revisited the test to analyze the failure, it was not evidently clear what I had in mind back there with
defaultOnX(). My guess is that I've tried to have one method failing on ideal phases, one on mach phases and one on both while all the methods useIRNodeentries that have default compile phases on ideal and mach phases. But that is not the case today. I've therefore rewritten the tests to adhere to my guess. I also removed the ambiguity among platforms to have the same number of field accesses on them.How to read the
@ExpectedFailureannotation:Thanks to @TheRealMDoerr for testing the patch on PPC!
Thanks,
Christian
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/24373/head:pull/24373$ git checkout pull/24373Update a local copy of the PR:
$ git checkout pull/24373$ git pull https://git.openjdk.org/jdk.git pull/24373/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 24373View PR using the GUI difftool:
$ git pr show -t 24373Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/24373.diff
Using Webrev
Link to Webrev Comment