Skip to content

Conversation

graalvmbot
Copy link
Collaborator

Currently, the compacting GC populates the first object tables of chunks in a separate pass over objects during compaction by calling enableRememberedSet. This is not necessary, because objects already have their remembered set bit set, and objects are already iterated individually during fix-up, when the first object table can also be populated.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 27, 2025
@graalvmbot graalvmbot closed this Mar 30, 2025
@graalvmbot graalvmbot deleted the ph/GR-54022 branch March 30, 2025 09:34
@graalvmbot graalvmbot merged commit 98753b8 into master Mar 30, 2025
13 checks passed
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