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

Sacha Coppey duke at openjdk.org
Tue Aug 23 11:29:45 UTC 2022


> 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:

  Fix error when emitting LUI and removed vector registers

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9587/files
  - new: https://git.openjdk.org/jdk/pull/9587/files/c3c6f651..5973b6b7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9587&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9587&range=05-06

  Stats: 116 lines in 4 files changed: 0 ins; 110 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/9587.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9587/head:pull/9587

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



More information about the build-dev mailing list