Index: src/heap/mark-compact.cc |
diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc |
index da5fe3501a05353143db03a1ccd2b433368f0631..1555b1f49071ee3234a7aca432bef79fb6c17304 100644 |
--- a/src/heap/mark-compact.cc |
+++ b/src/heap/mark-compact.cc |
@@ -716,7 +716,7 @@ void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) { |
if (FLAG_trace_fragmentation_verbose) { |
PrintIsolate(isolate(), |
"compaction-selection-page: space=%s free_bytes_page=%zu " |
- "fragmentation_limit_kb=%" V8PRIdPTR |
+ "fragmentation_limit_kb=%" PRIuS |
" fragmentation_limit_percent=%d sum_compaction_kb=%zu " |
"compaction_limit_kb=%zu\n", |
AllocationSpaceName(space->identity()), free_bytes / KB, |