RFR: 8293841: RISC-V: Implementation of Foreign Function & Memory API (Preview) [v8]
Feilong Jiang
fjiang at openjdk.org
Wed Jan 18 11:11:30 UTC 2023
> 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
Feilong Jiang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 12 additional commits since the last revision:
- Merge branch 'master' of https://github.com/openjdk/jdk into JDK-8293841-foreign-api-riscv
- more code style adjustment
- fix comment & code adjustment
- Merge branch 'master' of https://github.com/openjdk/jdk into JDK-8293841-foreign-api-riscv
- fix callArranger
- fix callArranger
- fix build
- Merge branch 'master' of https://github.com/openjdk/jdk into JDK-8293841-foreign-api-riscv
- code adjustment and remove unnecessary static
- sync with JDK-8296477
- ... and 2 more: https://git.openjdk.org/jdk/compare/e680b137...feac5fa8
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/11004/files
- new: https://git.openjdk.org/jdk/pull/11004/files/c4809317..feac5fa8
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=11004&range=07
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=11004&range=06-07
Stats: 5459 lines in 620 files changed: 2808 ins; 769 del; 1882 mod
Patch: https://git.openjdk.org/jdk/pull/11004.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11004/head:pull/11004
PR: https://git.openjdk.org/jdk/pull/11004
More information about the core-libs-dev
mailing list