| Index: src/profile-generator.cc
|
| diff --git a/src/profile-generator.cc b/src/profile-generator.cc
|
| index e2b72160f09ecbafa17bd9f12133d1873acd6ab3..6bcde7cd729aa36c6c833d3fd808b91e1d2338fd 100644
|
| --- a/src/profile-generator.cc
|
| +++ b/src/profile-generator.cc
|
| @@ -2698,7 +2698,7 @@ class SnapshotFiller : public SnapshotFillerInterface {
|
| bool HeapSnapshotGenerator::GenerateSnapshot() {
|
| v8_heap_explorer_.TagGlobalObjects();
|
|
|
| - // TODO(gc) Profiler assumes that any object that is in the heap after
|
| + // TODO(1562) Profiler assumes that any object that is in the heap after
|
| // full GC is reachable from the root when computing dominators.
|
| // This is not true for weakly reachable objects.
|
| // As a temporary solution we call GC twice.
|
|
|