Integrated: 8290154: [JVMCI] partially implement JVMCI for RISC-V

Sacha Coppey duke at openjdk.org
Fri Oct 7 13:12:54 UTC 2022


On Thu, 21 Jul 2022 10:18:05 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.

This pull request has now been integrated.

Changeset: 7a194d31
Author:    Sacha Coppey <sacha.coppey at oracle.com>
Committer: Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7a194d31a3f2f78211f035f4591845bf2b465aec
Stats:     1722 lines in 20 files changed: 1700 ins; 0 del; 22 mod

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

Reviewed-by: ihse, dnsimon, yadongwang

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

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



More information about the build-dev mailing list