On Mon, 16 Jan 2023 06:38:35 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
>
> Feilong Jiang has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   more code style adjustment

Looks okay from the cursory review.

src/hotspot/cpu/riscv/codeBuffer_riscv.cpp line 3:

> 1: /*
> 2:  * Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
> 3:  * Copyright (c) 2022, Institute of Software, Chinese Academy of Sciences.

Not sure if this change is accidental?

-------------

Marked as reviewed by shade (Reviewer).

PR: https://git.openjdk.org/jdk/pull/11004

Reply via email to