RFR: 8360743: Enables regeneration of JLI holder classes for CDS static dump [v2]
Chen Liang
liach at openjdk.org
Fri Jun 27 19:02:40 UTC 2025
On Fri, 27 Jun 2025 00:52:10 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> This patch enables regeneration of JLI holder classes when dumping method handles, i.e. when dumping heap and aot linked classes. It also addresses an issue if the nest host of a class is excluded during dumping, the class should also be excluded.
>>
>> Passed tiers 1 - 5 testing.
>
> Calvin Cheung has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>
> - Merge branch 'master' into 8360743-enables-regen-JLI-holder
> - 8360743: Enables regeneration of JLI holder classes for CDS static dump
Thanks for pointing that to me. I see it is done in `LambdaFormInvokers::regenerate_holder_classes` now. Everything looks good.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26007#issuecomment-3014093250
More information about the hotspot-runtime-dev
mailing list