[code-reflection] RFR: Determine if lambda operation originates from a method reference [v2]

Maurizio Cimadamore mcimadamore at openjdk.org
Tue Apr 23 16:09:43 UTC 2024


On Tue, 23 Apr 2024 16:00:18 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Add a method to determines if a lambda operation could have originated from a method reference declared in Java source code.
>> 
>> Consider later generalizing to a lambda operation that may have originated from a lambda expression that only invokes another method, which may include the capturing of some or all method arguments.
>
> Paul Sandoz has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update src/java.base/share/classes/java/lang/reflect/code/op/CoreOps.java
>   
>   Co-authored-by: Maurizio Cimadamore <54672762+mcimadamore at users.noreply.github.com>

Marked as reviewed by mcimadamore (Reviewer).

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

PR Review: https://git.openjdk.org/babylon/pull/60#pullrequestreview-2017695959


More information about the babylon-dev mailing list