commit | 0141e884344a5c267239079d615e1c9d9898a222 | [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 10:47:27 2014 +0000 |
tree | 62401b525814ec80d822d7e1506ac2da57034eb1 | |
parent | 50afaefdc09060c7435291bc91aac47295ce2dfd [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. Change-Id: Ifb514fc8473d7c41c0d6194fc6eb85d4816b2cd9 Signed-off-by: Marcus Oakland <marcus.oakland@arm.com> Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>