commit | 60e27165e13a8401ded88c492ab804419537b2c7 | [log] [tgz] |
---|---|---|
author | Lin Zang <lin.zang@intel.com> | Tue Mar 10 18:53:21 2015 +0800 |
committer | Lin Zang <lin.zang@intel.com> | Thu Mar 12 18:34:04 2015 +0800 |
tree | 243543245f308de167245069e8f4f6e6b5749e56 | |
parent | d304629202eec2ab053a47fc7bcf10223b5ccea4 [diff] |
ART: correct native bytes allocated in RegisterNativeAllocation Fix the issue that in RegisterNativeAllocation the new_native_bytes_allocated was not updated after Runfinalization, which may cause unnecessary GC. Change-Id: Icbbc0d1cbcd7b1b8e42576104de69c8ff3afa745 Signed-off-by: Lin Zang <lin.zang@intel.com>