commit | 1a088d440a3fac4e477a11af68adae9dcd3afd00 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Jul 18 11:43:57 2017 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed Jul 19 09:55:34 2017 -0700 |
tree | fbec331c6c0274af132bb2df38b209477ee9224f | |
parent | 57fe2725629681c8a68f6ba5b58d87304ca3f0b1 [diff] |
Use AtomicDexRefMap for compiled classes Changed compiled_classes_ to use an AtomicDexRefMap and deleted the lock since it was no longer necessary. This map is more compact than a SafeMap. RAM numbers for verify filter on a large app (host arm compile): Maximum resident set size (kbytes): 250012->243472 native alloc: 19284128B->13951600B Bug: 6346774 Test: test-art-host Change-Id: Iace66945b49433f353603a713593c53be6893cc5