8304293: RISC-V: JDK-8276799 missed atomic intrinsic support for C1#19
Conversation
|
👋 Welcome back gcao! A progress list of the required criteria for merging this PR into |
|
This backport pull request has now been updated with issue from the original commit. |
|
@zifeihan 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 2 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 As you do not have Committer status in this project an existing Committer must agree to sponsor your change. ➡️ To flag this PR as ready for integration with the above commit message, type |
feilongjiang
left a comment
There was a problem hiding this comment.
Thanks for backporting this!
Please review this backport to riscv-port-jdk17u.
Backport of JDK-8304293.
Let me show the IR changes before and after the modification:
java -Xcomp -XX:TieredStopAtLevel=1 -XX:+PrintIR -version > C1.logbefore:
after:
Testing:
Tier1 passed without new failure on unmacthed (release).
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/riscv-port-jdk17u.git pull/19/head:pull/19$ git checkout pull/19Update a local copy of the PR:
$ git checkout pull/19$ git pull https://git.openjdk.org/riscv-port-jdk17u.git pull/19/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 19View PR using the GUI difftool:
$ git pr show -t 19Using diff file
Download this PR as a diff file:
https://git.openjdk.org/riscv-port-jdk17u/pull/19.diff