| Index: test/cctest/test-constantpool.cc
|
| diff --git a/test/cctest/test-constantpool.cc b/test/cctest/test-constantpool.cc
|
| index 453657609eb1532b1a2714e5541c5467e0b9747f..990a0996ca0c101e0489a462b98262ff987d62ed 100644
|
| --- a/test/cctest/test-constantpool.cc
|
| +++ b/test/cctest/test-constantpool.cc
|
| @@ -303,7 +303,7 @@ TEST(ConstantPoolCompacting) {
|
|
|
| // Force compacting garbage collection.
|
| CHECK(FLAG_always_compact);
|
| - heap->CollectAllGarbage(Heap::kNoGCFlags);
|
| + heap->CollectAllGarbage(Heap::kAbortIncrementalMarkingMask);
|
|
|
| CHECK_NE(old_ptr, *object);
|
| CHECK_EQ(*object, array->get_heap_ptr_entry(0));
|
|
|