commit | 006346e8f138b4e4b16c7a94b049c1646b009b52 | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Thu Jul 29 20:39:50 2010 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Thu Jul 29 21:44:50 2010 -0700 |
tree | 725d4147904fa55168a24e6da37b0e882abc5957 | |
parent | 995b5ae8fc12df378dc4f228c86ab5f5bcb3a1a2 [diff] |
Change the bitmap callback signature to have a void return value. Previously, a bitmap callback could abort the bitmap traversal by returning false. All of the bitmap callbacks used in the garbage collector are hardwired to return true. This change eliminates the early termination facility and its attendant complexity. Change-Id: I5490dd74b56b9700ec1b7e657637fae5eb4cc339