[code-reflection] RFR: Replace opField with opMethod for lambdas. [v3]
Paul Sandoz
psandoz at openjdk.org
Tue Jan 7 19:23:53 UTC 2025
On Tue, 7 Jan 2025 18:53:16 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:
>> We replace field holding the textual representation of an identified lambda with method that returns the representation of that lambda.
>
> Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove unused overload of QuotedHelper#makeQuoted
Marked as reviewed by psandoz (Lead).
src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java line 475:
> 473: }
> 474:
> 475: // now create a Quoted from FuncOp and captured args Object[]
Suggestion:
// Create a Quoted from FuncOp and captured args Object[]
-------------
PR Review: https://git.openjdk.org/babylon/pull/301#pullrequestreview-2535186771
PR Review Comment: https://git.openjdk.org/babylon/pull/301#discussion_r1905934803
More information about the babylon-dev
mailing list