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

Unified Diff: test/cctest/heap/test-heap.cc

Issue 2209583002: [heap] Remove border page (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix acconting for fragmentation 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
« src/heap/spaces-inl.h ('K') | « src/heap/spaces-inl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/heap/test-heap.cc
diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc
index 4387e11e479e983cfd342ec644ef73cae470856a..52250e2a6b0608f64c2cfa7162828fe92545bd33 100644
--- a/test/cctest/heap/test-heap.cc
+++ b/test/cctest/heap/test-heap.cc
@@ -2362,6 +2362,8 @@ TEST(GrowAndShrinkNewSpace) {
FLAG_predictable = true;
CcTest::InitializeVM();
+ v8::HandleScope scope(CcTest::isolate());
Hannes Payer (out of office) 2016/09/27 08:28:32 Why?
Michael Lippautz 2016/09/27 11:13:47 Left-over from fixing the test. Removed.
+
Heap* heap = CcTest::heap();
NewSpace* new_space = heap->new_space();
« src/heap/spaces-inl.h ('K') | « src/heap/spaces-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698