RFR: 8374643: Fix reference to implMethodKind in LambdaToMethod debug printf statement [v3]
Vicente Romero
vromero at openjdk.org
Wed Jan 21 19:58:25 UTC 2026
On Wed, 21 Jan 2026 17:51:17 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
>> This change extracts a local variable, to allow the commented-out printf debug statement below to work without additional modifications.
>>
>>
>> System.err.printf("*implMethodKind: %d\n", implMethodKind);
>
> Liam Miller-Cushon has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix test/langtools/tools/javac/diags/CheckExamples.java
lgtm
-------------
Marked as reviewed by vromero (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/29072#pullrequestreview-3689132938
More information about the compiler-dev
mailing list