summaryrefslogtreecommitdiff
path: root/test/008-exceptions/src/MultiDexBadInitWrapper1.java
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2017-08-07 20:01:46 -0700
committerMathieu Chartier <mathieuc@google.com>2017-08-09 18:35:11 -0700
commit76bb14a18283859b3b6e44c2b71ac441d8c252cf (patch)
tree5129047221e58d8ccfc300fceff1a4d1fcefe917 /test/008-exceptions/src/MultiDexBadInitWrapper1.java
parentf8a006537e14a99a31a605c18305c3ab23c4e36e (diff)
Allow non word aligned heap limit for space bitmap
For the mem map large object space, the bitmap covers the entire range of memory. This is done by passing in max int as the space capacity. Previously, the space bitmap heap limit was computed by multiplying the number of words by the word stride. In 32 bit systems this caused heap limit to be (1 << 32) == 0 for the mem map large object space. This CL allows storing max int as the heap limit and returning that from the function. Added regression test to large object test. Test: verify lyft installs and launches with the profile that was causing problems Test: test-art-host Bug: 64413646 Change-Id: Ic51aec047d37d905846717dfb4aa1c8198908df9
Diffstat (limited to 'test/008-exceptions/src/MultiDexBadInitWrapper1.java')
0 files changed, 0 insertions, 0 deletions