RFR: 8311630: [s390] Implementation of Foreign Function & Memory API (Preview) [v10]

sid8606 duke at openjdk.org
Tue Aug 8 05:39:05 UTC 2023


On Sun, 6 Aug 2023 09:32:08 GMT, Andrey Turbanov <aturbanov at 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.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) {

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


More information about the core-libs-dev mailing list