Integrated: 8308342: Remove MetaspaceClosure::Ref::keep_after_pushing()
Ioi Lam
iklam at openjdk.org
Sun May 21 05:35:07 UTC 2023
On Thu, 18 May 2023 05:12:35 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> More CDS clean up:
>
> - Remove the field `SourceObjInfo::_ref` since we have already cached its contents in fields such as `SourceObjInfo::_msotype` and `SourceObjInfo::_source_addr`
> - Since there's no need to keep the `_ref` around, we can remove the `Ref::keep_after_pushing()` API.
> - Also `ArchiveBuilder::clean_up_src_obj_table()` is no longer necessary.
This pull request has now been integrated.
Changeset: 5ccc9629
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5ccc9629424c802a5c676553776ee5d2fb2ca3e3
Stats: 48 lines in 4 files changed: 5 ins; 31 del; 12 mod
8308342: Remove MetaspaceClosure::Ref::keep_after_pushing()
Reviewed-by: ccheung
-------------
PR: https://git.openjdk.org/jdk/pull/14042
More information about the hotspot-runtime-dev
mailing list