Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat contiguousArrayDataAddrFieldSymbol as Int64
dataAddr field width is always 64 bit so treating it as TR::Address results in null being loaded from top 32 bits in compressed refs. We need the symbol to be TR::Int64 for it be loaded correctly. Signed-off-by: Shubham Verma <[email protected]>
- Loading branch information