8293100: RISC-V: Need to save and restore callee-saved FloatRegisters in StubGenerator::generate_call_stub #19
Conversation
… in StubGenerator::generate_call_stub Reviewed-by: yadongwang, fjiang, shade, vkempik
|
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
|
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. (Not a JDK Updates Reviewer)
The scara thinks the backport is clean, great. I will update once some testing finished |
Testing in good on hifive. |
/integrate |
Going to push as commit 66bc356.
Your commit was automatically rebased without conflicts. |
@VladimirKempik Pushed as commit 66bc356. |
Please review this backport to jdk19u.
This fixes critical error in call_stub in risc-v
APplies almost clean. Slightly different class names in surrounding code ( in vmreg_riscv.cpp ) prevents it being clean.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk19u pull/19/head:pull/19
$ git checkout pull/19
Update a local copy of the PR:
$ git checkout pull/19
$ git pull https://git.openjdk.org/jdk19u pull/19/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 19
View PR using the GUI difftool:
$ git pr show -t 19
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk19u/pull/19.diff