[code-reflection] RFR: Determine if lambda operation originates from a method reference [v2]
Paul Sandoz
psandoz at openjdk.org
Tue Apr 23 16:00:18 UTC 2024
> 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>
-------------
Changes:
- all: https://git.openjdk.org/babylon/pull/60/files
- new: https://git.openjdk.org/babylon/pull/60/files/9dc3114d..b80889c7
Webrevs:
- full: https://webrevs.openjdk.org/?repo=babylon&pr=60&range=01
- incr: https://webrevs.openjdk.org/?repo=babylon&pr=60&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/babylon/pull/60.diff
Fetch: git fetch https://git.openjdk.org/babylon.git pull/60/head:pull/60
PR: https://git.openjdk.org/babylon/pull/60
More information about the babylon-dev
mailing list