Integrated: 8309979: BootstrapMethods attribute is missing in class files recreated by SA

Ashutosh Mehra duke at openjdk.org
Thu Jun 29 14:20:11 UTC 2023


On Thu, 15 Jun 2023 15:06:54 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:

> Please review this PR that extends SA to write BootstrapMethods attribute when dumping the class files.
> 
> Tested it by dumping the class file for java/lang/String and comparing the BootstrapMethods attribute shown by javap for the original and the dumped class.

This pull request has now been integrated.

Changeset: 05c2b6cd
Author:    Ashutosh Mehra <asmehra at redhat.com>
Committer: Kevin Walls <kevinw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/05c2b6cd47c68d96dcb7b3db594a334e05c6ee36
Stats:     92 lines in 3 files changed: 84 ins; 2 del; 6 mod

8309979: BootstrapMethods attribute is missing in class files recreated by SA

Reviewed-by: cjplummer, kevinw

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

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


More information about the serviceability-dev mailing list