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

Unified Diff: test/fuzzer/fuzzer-support.cc

Issue 1953253003: [fuzzer] Force a GC before shutting down isolates (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzer/fuzzer-support.cc
diff --git a/test/fuzzer/fuzzer-support.cc b/test/fuzzer/fuzzer-support.cc
index a0dafd0616e29044604a7b40476060c2ab11676d..5df0bd87677870864230ce1ffd828e2adbca19c0 100644
--- a/test/fuzzer/fuzzer-support.cc
+++ b/test/fuzzer/fuzzer-support.cc
@@ -68,6 +68,7 @@ FuzzerSupport::~FuzzerSupport() {
context_.Reset();
}
+ isolate_->LowMemoryNotification();
ulan 2016/05/06 12:27:11 Wouldn't RequestGarbageCollectionForTesting be mor
isolate_->Dispose();
isolate_ = nullptr;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698