commit | 8cd63abde4fe0b0deba1aed5a8dd520ab4794132 | [log] [tgz] |
---|---|---|
author | Lin Zang <lin.zang@intel.com> | Fri Nov 06 14:08:51 2015 +0800 |
committer | Lin Zang <lin.zang@intel.com> | Tue Nov 10 14:33:06 2015 +0800 |
tree | 8a8ea54e326e4d8d3fe0a3bfe0721da5681069a7 | |
parent | 1b87033ed83ba03983b49237da89ce36d319b68e [diff] |
ART: set growth limit to heap size when it is larger. The growth limit set by -XX:HeapGrowthLimit could be larger than the heap size, which cause ART crash. set growth limit to heap size if it is larger. Change-Id: I9dffa9ce39a86cf347fbd7a2f7ab12642aea5c60 Signed-off-by: Zang Lin <lin.zang@intel.com>