Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: src/heap/heap.cc

Issue 2323293002: Revert of [heap] Fix a formatting bug in --trace-incremental-marking. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/isolate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.cc
diff --git a/src/heap/heap.cc b/src/heap/heap.cc
index a57e0454123398f91a09ae21e64e52d590d9a6b4..ad8d1466b92d8d6c43167914f395c6a8dc7394a2 100644
--- a/src/heap/heap.cc
+++ b/src/heap/heap.cc
@@ -810,9 +810,7 @@
void Heap::FinalizeIncrementalMarking(GarbageCollectionReason gc_reason) {
if (FLAG_trace_incremental_marking) {
- isolate()->PrintWithTimestamp(
- "[IncrementalMarking] (%s).\n",
- Heap::GarbageCollectionReasonToString(gc_reason));
+ isolate()->PrintWithTimestamp("[IncrementalMarking] (%s).\n", gc_reason);
}
HistogramTimerScope incremental_marking_scope(
« no previous file with comments | « no previous file | src/isolate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698