Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Account for Truncated Signatures in a JITServerHelpers Assertion
Add additional checks so that the assertion "(memcmp(dst, str, J9UTF8_TOTAL_SIZE(str)) == 0)" in packCallBack() also accounts for the dst signature being truncated for generated classes. Prevents the non-fatal assertion from failing. Fixes #20046 Signed-off-by: Luke Li <[email protected]>
- Loading branch information