OSDN Git Service

Fix off-by-1 error in new SpaceBitmap
authorAndreas Gampe <agampe@google.com>
Thu, 3 Apr 2014 17:46:42 +0000 (10:46 -0700)
committerAndreas Gampe <agampe@google.com>
Thu, 3 Apr 2014 17:46:42 +0000 (10:46 -0700)
commitbe73e57308680382efd1e60fa03ac1eb5abcc9c7
tree8eab6b957658ad56711a09d269139c9d4b7396ec
parenta7b2826fa469c626ff2c3ff26fd848c28bccc092
Fix off-by-1 error in new SpaceBitmap

Do not visit_end in the VisitMarkedRange code.

Change-Id: Iaf02788509b21a102cd1c0e2db3cbd09d0522bfa
runtime/gc/accounting/space_bitmap-inl.h
runtime/gc/accounting/space_bitmap.h
runtime/gc/accounting/space_bitmap_test.cc