Fix pointer conversion error in SetElementPtrSize
SetElementPtrSize used to cast from pointer to uint64_t which could sign extend with 32 bit dex2oat for 64 bit app image. Also removed C style casts and added more logging. Bug: 22858531 (cherry picked from commit d2288635) Change-Id: I479124328fbc497cfcae20c43b4b55827e446527
Loading
Please sign in to comment