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

Fix range for debug symbols of method parameters #1246

Merged
merged 1 commit into from Nov 8, 2021

Commits on Nov 7, 2021

  1. Fix range for debug symbols of method parameters

    By inserting the probe array access code at the beginning of the method
    we accidently moved the range of the debug symbols of the method
    parameters after the probe array access code. Actually the method
    parameters are still valid from the very beginning of the method.
    
    This offset in the method parameter's debug symbols may confuse tools
    like Jandex.
    marchof committed Nov 7, 2021
    Copy the full SHA
    8bd84ca View commit details
    Browse the repository at this point in the history