| Index: src/heap/gc-idle-time-handler.cc
|
| diff --git a/src/heap/gc-idle-time-handler.cc b/src/heap/gc-idle-time-handler.cc
|
| index bbc4c394afcb18ab511d1394cf51b39e17ab697e..3a8691db2c197d30e8b3a0b18dd29a05f3ad1834 100644
|
| --- a/src/heap/gc-idle-time-handler.cc
|
| +++ b/src/heap/gc-idle-time-handler.cc
|
| @@ -29,6 +29,9 @@ void GCIdleTimeAction::Print() {
|
| case DO_INCREMENTAL_MARKING:
|
| PrintF("incremental marking with step %" V8_PTR_PREFIX "d / ms",
|
| parameter);
|
| + if (additional_work) {
|
| + PrintF("; finalized marking");
|
| + }
|
| break;
|
| case DO_SCAVENGE:
|
| PrintF("scavenge");
|
|
|