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

Unified Diff: third_party/WebKit/Source/platform/heap/ThreadState.cpp

Issue 2690893002: Remove SafePointBarrier::parkOthers (Closed)
Patch Set: temp Created 3 years, 10 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 | « third_party/WebKit/Source/platform/heap/SafePoint.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp
diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
index 7b4404fe8225dd79d74273971d49c822f361fdaa..986fde699b26c04bbc951efea9fa7df1f2f4a7c3 100644
--- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
@@ -1172,10 +1172,6 @@ void ThreadState::safePoint(BlinkGC::StackState stackState) {
runScheduledGC(stackState);
ASSERT(!m_atSafePoint);
- m_stackState = stackState;
- m_atSafePoint = true;
- m_heap->checkAndPark(this, nullptr);
- m_atSafePoint = false;
m_stackState = BlinkGC::HeapPointersOnStack;
}
« no previous file with comments | « third_party/WebKit/Source/platform/heap/SafePoint.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698