Index: test/cctest/test-log.cc |
=================================================================== |
--- test/cctest/test-log.cc (revision 9327) |
+++ test/cctest/test-log.cc (working copy) |
@@ -494,7 +494,7 @@ |
" (function a(j) { return function b() { return j; } })(100);\n" |
"})(this);"); |
v8::V8::PauseProfiler(); |
- HEAP->CollectAllGarbage(true); |
+ HEAP->CollectAllGarbage(i::Heap::kMakeHeapIterableMask); |
LOGGER->StringEvent("test-logging-done", ""); |
// Iterate heap to find compiled functions, will write to log. |