On Tue, 1 Aug 2023 06:29:28 GMT, sid8606 <[email protected]> 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 <[email protected]>
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