RFR: 8290154: [JVMCI] partially implement JVMCI for RISC-V [v10]

Sacha Coppey duke at openjdk.org
Wed Oct 5 11:35:24 UTC 2022


On Wed, 14 Sep 2022 09:39:07 GMT, Sacha Coppey <duke at openjdk.org> wrote:

>> This patch adds a partial JVMCI implementation for RISC-V, to allow using the GraalVM Native Image RISC-V LLVM backend, which does not use JVMCI for code emission.
>> It creates the jdk.vm.ci.riscv64 and jdk.vm.ci.hotspot.riscv64 packages, as well as implements a part of jvmciCodeInstaller_riscv64.cpp. To check for correctness, it enables JVMCI code installation tests on RISC-V. More testing is performed in Native Image.
>
> Sacha Coppey has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove noinline attribute by fixing sign extended value

Hello, this PR has been stuck for some time now. What should I do to proceed?

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

PR: https://git.openjdk.org/jdk/pull/9587


More information about the hotspot-compiler-dev mailing list