| Index: src/heap/spaces.cc
 | 
| diff --git a/src/heap/spaces.cc b/src/heap/spaces.cc
 | 
| index 5192a01b14f04aad4d761b70f4485168b71d58ed..e06455f05bbc5ff5ab20b5d30f9ba7b6a295052e 100644
 | 
| --- a/src/heap/spaces.cc
 | 
| +++ b/src/heap/spaces.cc
 | 
| @@ -3037,7 +3037,8 @@
 | 
|      // large object space.
 | 
|      CHECK(object->IsCode() || object->IsSeqString() ||
 | 
|            object->IsExternalString() || object->IsFixedArray() ||
 | 
| -          object->IsFixedDoubleArray() || object->IsByteArray());
 | 
| +          object->IsFixedDoubleArray() || object->IsByteArray() ||
 | 
| +          object->IsConstantPoolArray());
 | 
|  
 | 
|      // The object itself should look OK.
 | 
|      object->ObjectVerify();
 | 
| 
 |