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

Redundant CS transition #5192

Merged
merged 1 commit into from
May 13, 2020

Commits on May 13, 2020

  1. Redundant CS transition

    Remove the Concurrent Scavenger transition at the begining of
    Scavenger's percolate, since we will attempt it anyway before really
    percolating as part of
    MM_ParallelGlobalGC::completeExternalConcurrentCycle().
    
    Having both attempts can cause problems if first one aborts and then
    instead of directly percolating, the second one may trigger another STW
    increment seeing the previous one did not complete cycle (not knowing it
    aborted).
    
    For a few trace points adjusted priorities, based on how important they
    are vs how frequently they occur.
    
    Signed-off-by: Aleksandar Micic <amicic@ca.ibm.com>
    amicic committed May 13, 2020
    Configuration menu
    Copy the full SHA
    49586a3 View commit details
    Browse the repository at this point in the history