Skip to content

[GR-78938] Group image heap DynamicHubCompanion, and ClassInitializationInfo and its lock synchronizers. - #14332

Open
graalvmbot wants to merge 3 commits into
masterfrom
ph/GR-78938
Open

[GR-78938] Group image heap DynamicHubCompanion, and ClassInitializationInfo and its lock synchronizers.#14332
graalvmbot wants to merge 3 commits into
masterfrom
ph/GR-78938

Conversation

@graalvmbot

Copy link
Copy Markdown
Collaborator

DynamicHubCompanion objects in the image heap contain writable fields for reflection data and other values that are lazily decoded or computed at runtime. The image heap also contains a number of ClassInitializationInfo objects. For uninitialized classes, class initialization writes the object and uses a lock in the image heap that is also written (more precisely: its synchronizer is written).
Grouping objects of these types in one place can reduce dirty pages (copied on write) by around 10% for some images.

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants