On Sat, 5 Nov 2022 03:48:01 GMT, Feilong Jiang <fji...@openjdk.org> wrote:
> Add experimental Foreign Function & Memory API support for RISC-V. > > For details of the FFM API RISC-V port please refer to [JBS > issue](https://bugs.openjdk.org/browse/JDK-8293841) > > Testing: > > - [x] jdk_foreign with release/fastdebug build on linux-riscv64 > - [x] jdk_foreign with release/fastdebug build on linux-x64 > - [x] jdk_foreign with release/fastdebug build on linux-aarch64 This pull request has now been integrated. Changeset: 24cdcd4c Author: Feilong Jiang <fji...@openjdk.org> Committer: Fei Yang <fy...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/24cdcd4c70dd538fd6c6c9f05da480ea65463209 Stats: 2846 lines in 64 files changed: 2721 ins; 2 del; 123 mod 8293841: RISC-V: Implementation of Foreign Function & Memory API (Preview) Co-authored-by: Weikai He <wei...@isrc.iscas.ac.cn> Co-authored-by: Fei Yang <fy...@openjdk.org> Reviewed-by: jvernee, fyang, shade, yadongwang ------------- PR: https://git.openjdk.org/jdk/pull/11004