RFR: 8290154: [JVMCI] Implement JVMCI for RISC-V [v3]

Sacha Coppey duke at openjdk.org
Mon Jul 25 13:41:04 UTC 2022


> This patch adds a JVMCI implementation for RISC-V. 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. It should be tested soon in GraalVM Native Image as well.

Sacha Coppey has updated the pull request incrementally with one additional commit since the last revision:

  Use nativeInstruction_at instead of nativeCall_at to avoid wrongly initializating a call

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9587/files
  - new: https://git.openjdk.org/jdk/pull/9587/files/68882a86..925a2651

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

  Stats: 8 lines in 1 file changed: 1 ins; 1 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