[foreign-jextract] RFR: 8249810: Jextract should generate parameter types with Addressable type [v2]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Wed Jul 22 10:37:09 UTC 2020


On Tue, 21 Jul 2020 21:32:31 GMT, Henry Jen <henryjen at openjdk.org> wrote:

>> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Simplify implementation
>
> Looks like my comment on block was not included. So this is what I meant by conflicting of choice. I think we should
> have only pass in method handle type, and patch the parameter to be Addressable.

Following Henry's comments, I've simplified the patch; now all implementation changes are in HeaderBuilder, no other
class is touched (apart from tests).

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

PR: https://git.openjdk.java.net/panama-foreign/pull/257


More information about the panama-dev mailing list