Reviewers: Hannes Payer,

Message:
Committed patchset #1 (id:1) manually as
29704b508207c47bd7ccd7408e0ead18a7b3a9f7 (tree was closed).

Description:
Fix Regress3540 after r25441.

BUG=
[email protected]

Committed:
https://chromium.googlesource.com/v8/v8/+/29704b508207c47bd7ccd7408e0ead18a7b3a9f7

Please review this at https://codereview.chromium.org/746443002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+2, -2 lines):
  M test/cctest/test-spaces.cc


Index: test/cctest/test-spaces.cc
diff --git a/test/cctest/test-spaces.cc b/test/cctest/test-spaces.cc
index e79063b8f26dc3698b6d3b22f5a1a6869449e60b..a84b867f8de0ef387ad15d7bbdc02a95decaed40 100644
--- a/test/cctest/test-spaces.cc
+++ b/test/cctest/test-spaces.cc
@@ -222,8 +222,8 @@ TEST(Regress3540) {
   }
   Address address;
   size_t size;
-  address = code_range->AllocateRawMemory(code_range_size - MB,
-                                          code_range_size - MB, &size);
+  address = code_range->AllocateRawMemory(code_range_size - 2 * MB,
+                                          code_range_size - 2 * MB, &size);
   CHECK(address != NULL);
   Address null_address;
   size_t null_size;


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to