Integrated: 8329955: Class-File API ClassPrinter does not print bootstrap methods arguments

Adam Sotona asotona at openjdk.org
Tue Apr 9 14:47:11 UTC 2024


On Tue, 9 Apr 2024 13:39:47 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> Class-File API `ClassPrinter` prints many useful info about bootstrap methods and invoke dynamic instructions, however bootstrap methods arguments are missing.
> This patch fixes bootstrap methods and invoke dynamic instructions printing.
> `ClassPrinterTest` is extended to print bootstrap method and invoke dynamic instruction.
> 
> Please review.
> 
> Thanks,
> Adam

This pull request has now been integrated.

Changeset: e75e1cb0
Author:    Adam Sotona <asotona at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e75e1cb02c3d115762846e47fb2d2b10a177f6de
Stats:     335 lines in 2 files changed: 71 ins; 0 del; 264 mod

8329955: Class-File API ClassPrinter does not print bootstrap methods arguments

Reviewed-by: briangoetz

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

PR: https://git.openjdk.org/jdk/pull/18695


More information about the core-libs-dev mailing list