RFR: 8329955: Class-File API ClassPrinter does not print bootstrap methods arguments
Brian Goetz
briangoetz at openjdk.org
Tue Apr 9 14:25:12 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
Marked as reviewed by briangoetz (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18695#pullrequestreview-1989196787
More information about the core-libs-dev
mailing list