RFR: 8303153: Native interpreter frame missing mirror [v2]

Fei Yang fyang at openjdk.org
Mon May 8 01:29:13 UTC 2023


On Fri, 5 May 2023 13:08:33 GMT, Fredrik Bredberg <duke at openjdk.org> wrote:

>> The mirror needs to be stored in the frame for native calls also on AArch64 and RISC-V (as it is on other platforms).
>> See JDK-8303153 for more info.
>> Passes tier1-5 tests on AArch64. Done basic tests on RISC-V using QEmu.
>
> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated RISC-V after review

Looks reasonable to me. Thanks for the update. 
FYI: I have performed tier1-3 tests on linux-riscv64 board, result looks good.

-------------

Marked as reviewed by fyang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13794#pullrequestreview-1416015000


More information about the hotspot-dev mailing list