Index: src/heap/store-buffer.cc |
diff --git a/src/heap/store-buffer.cc b/src/heap/store-buffer.cc |
index 1dc0357a15fe720452e2f4d70b3cc5c029731283..c07ffbfe645963c8a8351c19a0827d6f3358fff3 100644 |
--- a/src/heap/store-buffer.cc |
+++ b/src/heap/store-buffer.cc |
@@ -536,6 +536,7 @@ |
// functions to reduce the number of unnecessary clashes. |
hash_sets_are_empty_ = false; // Hash sets are in use. |
for (Address* current = start_; current < top; current++) { |
+ DCHECK(!heap_->cell_space()->Contains(*current)); |
DCHECK(!heap_->code_space()->Contains(*current)); |
uintptr_t int_addr = reinterpret_cast<uintptr_t>(*current); |
// Shift out the last bits including any tags. |