[foreign-jextract] RFR: 8261906: Improve jextract support for virtual functions [v6]
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Fri Mar 5 18:10:27 UTC 2021
On Fri, 5 Mar 2021 17:19:45 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>>> But that could only happen inside a function body - unless I'm missing something?
>>
>> Yeah, I think that's correct.
>
> Then I think I'll settle on a map from String to FunctionalInterfaceBuilder
Actually, I did better and added a map from the delegated type to the functional class name - since both declaration and type support deep equality.
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/456
More information about the panama-dev
mailing list