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

Handle Continuation scan during Concurrent Scavenger and Metronome #16157

Merged
merged 1 commit into from
Oct 24, 2022

Commits on Oct 24, 2022

  1. Handle Continuation scan during Concurrent Scavenger and Metronome

    For CS and Metronome, due to synchronous nature of their barriers (they
    read the value of the slot and act on it immediately, for example they
    may evacuate object for CS and mark object for Metronome), We fully scan
    java stacks of related continuation during the virtual thread mount.
    
    Signed-off-by: Lin Hu <linhu@ca.ibm.com>
    LinHu2016 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c7a0338 View commit details
    Browse the repository at this point in the history