| Index: src/heap/store-buffer.cc
|
| diff --git a/src/heap/store-buffer.cc b/src/heap/store-buffer.cc
|
| index 5f21dbd753bc66db42463a4e112ccc40081e3f31..e2fef08bd1f2f0cde777d6516f0d234d8415d3af 100644
|
| --- a/src/heap/store-buffer.cc
|
| +++ b/src/heap/store-buffer.cc
|
| @@ -101,10 +101,6 @@ void StoreBuffer::MoveEntriesToRememberedSet(int index) {
|
| DCHECK_LT(index, kStoreBuffers);
|
| for (Address* current = start_[index]; current < lazy_top_[index];
|
| current++) {
|
| - CHECK(!heap_->code_space()->Contains(*current));
|
| - CHECK(heap_->old_space()->Contains(*current) ||
|
| - heap_->map_space()->Contains(*current) ||
|
| - heap_->lo_space()->ContainsSlow(*current));
|
| Address addr = *current;
|
| Page* page = Page::FromAnyPointerAddress(heap_, addr);
|
| if (IsDeletionAddress(addr)) {
|
|
|