We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In , the new constantpool address is acquired via
openj9/runtime/compiler/runtime/RelocationRecord.cpp
Lines 2217 to 2218 in 46a6d02
However, because the oldValue read from the loaded code is an old J9Class pointer, the code that calculates the new constantpool pointer in
oldValue
Line 1537 in 46a6d02
is going to end up yielding an invalid pointer. I believe the reason there hasn't been any issues is because this path is likely disabled.
The text was updated successfully, but these errors were encountered:
Issue Number: 15696 Status: Closed Actual Components: comp:jit, comp:jit:aot Actual Assignees: No one :( PR Assignees: luke-li-2003
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In , the new constantpool address is acquired via
openj9/runtime/compiler/runtime/RelocationRecord.cpp
Lines 2217 to 2218 in 46a6d02
However, because the
oldValue
read from the loaded code is an old J9Class pointer, the code that calculates the new constantpool pointer inopenj9/runtime/compiler/runtime/RelocationRecord.cpp
Line 1537 in 46a6d02
is going to end up yielding an invalid pointer. I believe the reason there hasn't been any issues is because this path is likely disabled.
The text was updated successfully, but these errors were encountered: