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

Fix the references in continunation java stacks for scavenger backout #19559

Merged
merged 1 commit into from
May 29, 2024

Commits on May 28, 2024

  1. Fix the references in continunation java stacks for scavenger backout

    In eclipse-openj9#19388, we are fixing up
    stack references of unmounted continuation for scavenge backout during
    reverseForwardedObject(), but the fixup would depend on the related
    resverseForwardedPointer installed, so the scan for fix-up need to be
    done after all resverseForwardedPointer are installed, otherwise some
    fix-up would miss.
    
    Using backoutContinuationObjects() to scan/fixup all of continuation
    stack references in evacuate region.
    
    Signed-off-by: hulin <linhu@ca.ibm.com>
    LinHu2016 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6ece34d View commit details
    Browse the repository at this point in the history