Integrated: 8374643: Fix reference to implMethodKind in LambdaToMethod debug printf statement
Liam Miller-Cushon
cushon at openjdk.org
Thu Jan 22 10:09:02 UTC 2026
On Tue, 6 Jan 2026 22:05:39 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);
This pull request has now been integrated.
Changeset: e8eb218c
Author: Liam Miller-Cushon <cushon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e8eb218ca2d05736adc4b0aefa4b17e3062959b8
Stats: 63 lines in 5 files changed: 51 ins; 0 del; 12 mod
8374643: Fix reference to implMethodKind in LambdaToMethod debug printf statement
Reviewed-by: vromero, liach
-------------
PR: https://git.openjdk.org/jdk/pull/29072
More information about the compiler-dev
mailing list