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
8296602: RISC-V: improve performance of copy_memory stub #9
Conversation
|
This backport pull request has now been updated with issue from the original commit. |
@VladimirKempik 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 no new commits pushed to the
|
I have filled openjdk/jdk17u-dev#1200 to have more clean tier1 results |
Testing looks good, no new failures in tier1, hotspot:tier2 is clean I have created PR for backport of JDK-8292407 to jdk17u, it will significantly reduce the amount of failures in tier1, please merge riscv-port branch with master once this backport is integrated. One strange failure I see before and after the patch is "runtime/8176717/TestInheritFD.java", maybe it's my setup, but unlikely. Ping @RealFYang for integration |
Thanks for filing the upstream backporting to fix the failing tests. I will do a merge once that's integrated. |
@RealFYang , it's integrated |
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.
I also tried this test "runtime/8176717/TestInheritFD.java" on my boards, it passed stably for 10 times run.
Please review this backport of JDK-8296602 to jdk17u
This effectively unrolls copy memory loop offering significant perf improvement on real hw platforms. ( data are the same as in original commit)
RISC-V only change, low risk for other platforms.
Testing: TBD.
thead rvb-ice c910
thead
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/riscv-port-jdk17u pull/9/head:pull/9
$ git checkout pull/9
Update a local copy of the PR:
$ git checkout pull/9
$ git pull https://git.openjdk.org/riscv-port-jdk17u pull/9/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 9
View PR using the GUI difftool:
$ git pr show -t 9
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/riscv-port-jdk17u/pull/9.diff