RFR: 8290154: [JVMCI] partially implement JVMCI for RISC-V [v6]
Sacha Coppey
duke at openjdk.org
Mon Aug 22 11:37:52 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. It will be tested soon in Native Image as well.
Sacha Coppey has updated the pull request incrementally with one additional commit since the last revision:
Ensure all JVMCI tests pass on RISC-V
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9587/files
- new: https://git.openjdk.org/jdk/pull/9587/files/8742b9b2..c3c6f651
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9587&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9587&range=04-05
Stats: 267 lines in 9 files changed: 168 ins; 15 del; 84 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