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

2022-10-07 Thread Yadong Wang
On Thu, 6 Oct 2022 17:18:36 GMT, Sacha Coppey 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

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

2022-10-06 Thread Sacha Coppey
> 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