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

(0.46) Fixup continuation lists for concurrent scavenge backout case #19665

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

pshipton
Copy link
Member

the Objects, which have been copied to survivor or tenure during concurrent scavenge, would not roll back for back out case, so in the following global marking, we need to update the forwardObject in the continuation list.

Cherry pick #19562

the Objects, which have been copied to survivor or tenure during
concurrent scavenge, would not roll back for back out case, so in the
following global marking, we need to update the forwardObject in the
continuation list.

Signed-off-by: hulin <linhu@ca.ibm.com>
@pshipton pshipton added comp:gc project:loom Used to track Project Loom related work labels Jun 10, 2024
@pshipton pshipton requested a review from amicic June 10, 2024 16:37
@amicic amicic merged commit 4ca46e0 into eclipse-openj9:v0.46.0-release Jun 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:gc project:loom Used to track Project Loom related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants