Re: RFR: 8307058: Implementation of Generational ZGC [v6]

2023-05-05 Thread Yadong Wang
On Fri, 5 May 2023 05:17:44 GMT, Stefan Karlsson wrote: >> test/hotspot/gtest/gc/z/test_zForwarding.cpp line 68: >> >>> 66: >>> 67: bool reserved = >>> os::attempt_reserve_memory_at((char*)ZAddressHeapBase, ZGranuleSize, false >>> /* executable */); >>> 68: ASSERT_TRUE(reserved); >>

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 [v8]

2022-08-24 Thread Yadong Wang
On Wed, 24 Aug 2022 07:55:47 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