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

Prevent OSR transitions from failed guards #6255

Merged
merged 1 commit into from
Nov 25, 2021
Merged

Commits on Nov 23, 2021

  1. Prevent OSR transitions from failed guards

    For inlined callee methods that we skip creating HCR guards for,
    setting createdHCRGuard to false prevents creating an OSR
    transition point to be taken in cases such as a failed
    TR_ProfiledGuard.
    
    Signed-off-by: Nazim Bhuiyan <nubhuiyan@ibm.com>
    nbhuiyan committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    8a06709 View commit details
    Browse the repository at this point in the history