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

Update JNI Target relocation record to have offset to the reloLocation. #6332

Merged
merged 1 commit into from
Feb 15, 2022

Commits on Feb 4, 2022

  1. Update JNI Target relocation record to have offset to the reloLocation.

    On x86, the JNI Target relocation puts the incorrect address when
    generating a Runtime Assumption. However, the address that the
    relocation infra itself needs to patch is correct. Thus, the relo record
    has to hold not just the location to patch but also the location to
    register the assumption against. This is the same on most platforms, but
    different on x86.
    
    Signed-off-by: Irwin D'Souza <[email protected]>
    dsouzai committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    c5f05ec View commit details
    Browse the repository at this point in the history