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

Unified Diff: src/heap/spaces.cc

Issue 2048313002: Version 5.2.361.20 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@5.2
Patch Set: Created 4 years, 6 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 | « src/heap/page-parallel-job.h ('k') | src/log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/spaces.cc
diff --git a/src/heap/spaces.cc b/src/heap/spaces.cc
index 13622d6e046e59adf3ae13b15af36f757eb4e0d9..e517c45c0925c3bf124be8050564369de5e98ab6 100644
--- a/src/heap/spaces.cc
+++ b/src/heap/spaces.cc
@@ -356,8 +356,7 @@ class MemoryAllocator::Unmapper::UnmapFreeMemoryTask : public v8::Task {
// v8::Task overrides.
void Run() override {
unmapper_->PerformFreeMemoryOnQueuedChunks();
- unmapper_->pending_unmapping_tasks_semaphore_.Signal(
- "Unmapper::UnmapFreeMemoryTask::Run");
+ unmapper_->pending_unmapping_tasks_semaphore_.Signal();
}
Unmapper* unmapper_;
« no previous file with comments | « src/heap/page-parallel-job.h ('k') | src/log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698