RFR: 8290154: [JVMCI] Implement JVMCI for RISC-V [v4]
Sacha Coppey
duke at openjdk.org
Mon Jul 25 14:38:26 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:
Avoid using set_destination when call is not jal
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9587/files
- new: https://git.openjdk.org/jdk/pull/9587/files/925a2651..9f7cbf6c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9587&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9587&range=02-03
Stats: 13 lines in 2 files changed: 0 ins; 7 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