Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-54022] Build first-object table and reset card table in compacting GC without an extra pass. #10933

Merged
merged 4 commits into from
Mar 30, 2025

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