RFR: 7903585: Revisit variadic support [v2]
Jorn Vernee
jvernee at openjdk.org
Fri Dec 1 14:34:04 UTC 2023
On Fri, 1 Dec 2023 14:14:57 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> We re-link the MH every time, so it is not a constant. Note that it depends on `layouts`.
>
> Yes, but if a client wants to stash an invoker with given shape in a static final field, then being able to trust that MH would be important I think.
Field of lambda classes are trusted right, since it's a hidden class? So the captured MH will be a trusted instance field?
-------------
PR Review Comment: https://git.openjdk.org/jextract/pull/149#discussion_r1412163481
More information about the jextract-dev
mailing list