[code-reflection] RFR: Short cut for single method execution [v2]
Adam Sotona
asotona at openjdk.org
Thu Feb 27 07:04:10 UTC 2025
On Thu, 27 Feb 2025 02:32:47 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> This allows us to retain the exact method declaration and simply wrap in a lambda (its like an optimization). The execute method requires the user pass the lookup, otherwise reflective access can fail. We can overload using the public lookup if need be later on.
>
> Paul Sandoz has updated the pull request incrementally with one additional commit since the last revision:
>
> Ensure arguments are mapped correctly.
Looks great.
-------------
Marked as reviewed by asotona (Reviewer).
PR Review: https://git.openjdk.org/babylon/pull/329#pullrequestreview-2646794299
More information about the babylon-dev
mailing list