RFR: 8293841: RISC-V: Implementation of Foreign Function & Memory API (Preview) [v5]
Fei Yang
fyang at openjdk.org
Sun Jan 15 09:12:10 UTC 2023
On Tue, 10 Jan 2023 15:15:23 GMT, Feilong Jiang <fjiang at 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
>
> Feilong Jiang has updated the pull request incrementally with one additional commit since the last revision:
>
> fix callArranger
Changes requested by fyang (Reviewer).
test/jdk/java/foreign/callarranger/TestRISCV64CallArranger.java line 3:
> 1: /*
> 2: * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
> 3: * Copyright (c) 2023, Institute of Software, Chinese Academy of Sciences. All rights reserved.
I think we should also break this into two separate lines like you do for other newly-added files.
-------------
PR: https://git.openjdk.org/jdk/pull/11004
More information about the core-libs-dev
mailing list