[code-reflection] RFR: Short cut for single method execution [v2]
Adam Sotona
asotona at openjdk.org
Thu Feb 27 08:15:11 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.
FYI: I've tried to add https://github.com/PaulSandoz/babylon/pull/2 to this PR to adjust tests
However for some reasons the PRs do not chain as in the openjdk/jdk
-------------
PR Comment: https://git.openjdk.org/babylon/pull/329#issuecomment-2687202808
More information about the babylon-dev
mailing list