| Index: src/heap/spaces.cc
|
| diff --git a/src/heap/spaces.cc b/src/heap/spaces.cc
|
| index 5b8d8144827b9380c8c8ac8b30518c28eb4a340e..afbb452f54527878fe55a8b4034344f51b535627 100644
|
| --- a/src/heap/spaces.cc
|
| +++ b/src/heap/spaces.cc
|
| @@ -1565,8 +1565,6 @@
|
| // The object itself should look OK.
|
| object->ObjectVerify();
|
|
|
| - heap()->VerifyRememberedSetFor(object);
|
| -
|
| // All the interior pointers should be contained in the heap.
|
| int size = object->Size();
|
| object->IterateBody(map->instance_type(), size, visitor);
|
| @@ -3319,8 +3317,6 @@
|
| // The object itself should look OK.
|
| object->ObjectVerify();
|
|
|
| - heap()->VerifyRememberedSetFor(object);
|
| -
|
| // Byte arrays and strings don't have interior pointers.
|
| if (object->IsAbstractCode()) {
|
| VerifyPointersVisitor code_visitor;
|
|
|