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

Enabled Global Lock Reservation by default on Power #12125

Merged
merged 1 commit into from
May 14, 2021

Commits on May 13, 2021

  1. Enable Global Lock Reservation by default on Power

    Global Lock Reservation is now enabled by default on Power. This is the same
    behavior as if the -XX:+GlobalLockReservation option was used. To use the
    previous form of lock reservation, Global Lock Reservation can be disabled
    with the option -XX:-GlobalLockReservation.
    
    Global Lock Reservation is not supported on other platforms so this change
    only affects Power.
    
    Updated documentation and comments to reflect Global Lock Reservation now
    being on by default on Power.
    
    Issue: eclipse-openj9#11424
    Signed-off-by: jimmyk <jimmyk@ca.ibm.com>
    IBMJimmyk committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1092a92 View commit details
    Browse the repository at this point in the history