[foreign-memaccess+abi] RFR: 8292037: Consider moving Linker::methodType as FunctionDescriptor::toMethodType [v2]

Jorn Vernee jvernee at openjdk.org
Tue Sep 13 15:08:20 UTC 2022


On Thu, 8 Sep 2022 17:31:41 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   add some simple tests
>
> src/java.base/share/classes/java/lang/foreign/FunctionDescriptor.java line 112:
> 
>> 110:      * (e.g. if they are sequence layouts or padding layouts).
>> 111:      */
>> 112:     MethodType carrierMethodType();
> 
> this name seems long, and the extra wording doesn't seem to add a lot (at least IMHO).

Ok, I'll just change it to `toMethodType`.

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

PR: https://git.openjdk.org/panama-foreign/pull/717


More information about the panama-dev mailing list