On Sun, 6 Aug 2023 09:32:08 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> sid8606 has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix typo >> >> Signed-off-by: Sidraya <sidraya.jayag...@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) { Thank you @turbanoff for the review comment. I have Fixed this in new commit. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14801#discussion_r1286613222