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

Add class for OSR redefinition when removing a merged HCR guard #15726

Merged

Commits on Aug 15, 2022

  1. Add class for OSR redefinition when removing a merged HCR guard

    Previously, if an HCR guard was merged into another virtual guard,
    it could be removed without taking into account the class whose
    redefinition it guards against. If no other removed HCR guard was
    sensitive to redefinition of the same class, then no redefinition
    assumption would be made for that class. If that class were later
    redefined, the JIT would fail to patch OSR guards within the method.
    
    Additionally, use performTransformation() to make the removal optional
    like it is in the non-merged case above.
    jdmpapin committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a7f0127 View commit details
    Browse the repository at this point in the history