commit | 1c206f66a31215f0b5ce3897d607ae82281b1765 | [log] [tgz] |
---|---|---|
author | Barry Hayes <bhayes@google.com> | Wed Jul 21 12:03:02 2010 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Fri Jul 30 16:08:17 2010 -0700 |
tree | cb715c3afd6b291762cce14c4a436b79a70aee2a | |
parent | 79a76f30a7fe513e08b82464b68e00d77b170f54 [diff] |
Change dvmHeapBitmapXorWalk to dvmHeapBitmapSweepWalk. Concurrent sweeping will require the callback to process objects which are live and not marked, while the client code continues to allocate and set bits. Since dvmHeapBitmapXorWalk was only used to sweep, it seemed easiest to make it learn its true purpose.