commit | fbb35fb39eb74c6fa7ba6804faeaccb80483be14 | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Fri Jan 17 16:44:27 2014 +0000 |
committer | Narayan Kamath <narayan@google.com> | Wed Jan 29 11:07:06 2014 +0000 |
tree | 4722c5a5c438596ff70ce52c840a9af6d620c36f | |
parent | 2b033dce9f252ae30ac88c9ba1569d18afaaf2cf [diff] |
AArch64: Use of long for pointers in PropertyValuesHolder Long is used in PropertyValuesHolder class to store native pointers as they can be 64-bit. Note that jmethodID, a pointer to structures, is also carried in long rather than int to support 64-bit system. Signed-off-by: Marcus Oakland <marcus.oakland@arm.com> Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> (cherry picked from commit 0141e884344a5c267239079d615e1c9d9898a222) Change-Id: I80408a7227427732db0d8b4c960bcb849b7c8060