commit | ad9f2cf3ee513d0b5ddfb2eb77d93c0c72ff7e02 | [log] [tgz] |
---|---|---|
author | Dan Bornstein <danfuzz@android.com> | Thu Jan 27 11:38:37 2011 -0800 |
committer | Dan Bornstein <danfuzz@android.com> | Thu Jan 27 16:45:03 2011 -0800 |
tree | f9d0fd29036f876ddb7a568dea62ba87e992ee32 | |
parent | 85717094f78ffb0069af22b6c13ade9cf3445ed1 [diff] |
Use bcopy() to move object refs around within an array. DO NOT MERGE. bcopy() guarantees that pointer-size words are stored atomically, and so this prevents the gc from seeing a pointer in mid-change. Change-Id: Ib13cacb386d343fe996df6ec8c1a8f7d1b8ca463