-
Notifications
You must be signed in to change notification settings - Fork 59
8298225: [AIX] Disable PPC64LE continuations on AIX #4
8298225: [AIX] Disable PPC64LE continuations on AIX #4
Conversation
|
👋 Welcome back tsteele! A progress list of the required criteria for merging this PR into |
|
@backwaterred 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
|
reinrich
left a comment
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 reasonable.
Thanks, Richard.
|
@backwaterred 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 5 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
TheRealMDoerr
left a comment
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.
Ok, switching it off for AIX makes sense for JDK 20. Do you know what's wrong on that OS? I believe there's not much missing. I recommend trying test/jdk/java/lang/Thread/virtual/stress tests and debugging it on linux PPC64 Big Endian. Maybe the frame header size is the problem which could cause GC to look at the wrong fields for example.
(But, you can integrate this fix and continue in JDK 21.)
|
My recommendation for tracking down issues would be test/jdk/jdk/internal/vm/Continuation/BasicExt.java with -Xlog:continuations=trace switched on. |
|
Thanks for the reviews!
and
Thanks for the suggestions, I think they will help :-). I have been examining the failures, but not with continuations=trace, and on AIX rather than Linux/PPC64 big-endian. All in all, I am surprised at how well Richard's changes for PPC64-LE are working in a different ABI than they were implemented for. We'll see how much progress I can make before 19 Jan 🤞 |
|
/integrate |
|
Going to push as commit a894649.
Your commit was automatically rebased without conflicts. |
|
@backwaterred Pushed as commit a894649. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This small change adds an import to ppc.ad to allow it to find Contiuations::enabled, and sets VMContinuations to false on AIX.
Thanks to @TheRealMDoerr for suggestions to a previous version of this PR.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk20 pull/4/head:pull/4$ git checkout pull/4Update a local copy of the PR:
$ git checkout pull/4$ git pull https://git.openjdk.org/jdk20 pull/4/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4View PR using the GUI difftool:
$ git pr show -t 4Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk20/pull/4.diff