RFR: 8311630: [s390] Implementation of Foreign Function & Memory API (Preview) [v10]
Andrey Turbanov
aturbanov at openjdk.org
Sun Aug 6 09:34:38 UTC 2023
On Tue, 1 Aug 2023 06:29:28 GMT, sid8606 <duke at openjdk.org> wrote:
>> Implementation of "Foreign Function & Memory API" for s390x (Big Endian).
>
> sid8606 has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix typo
>
> Signed-off-by: Sidraya <sidraya.jayagond at ibm.com>
src/java.base/share/classes/jdk/internal/foreign/abi/s390/linux/LinuxS390CallArranger.java line 112:
> 110: }
> 111:
> 112: public static MethodHandle arrangeDowncall(MethodType mt, FunctionDescriptor cDesc, LinkerOptions options) {
Suggestion:
public static MethodHandle arrangeDowncall(MethodType mt, FunctionDescriptor cDesc, LinkerOptions options) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14801#discussion_r1285183843
More information about the core-libs-dev
mailing list