Reviewers: Yang,

Description:
Version 3.27.34.3 (merged r22037)

Keep CodeRange::current_allocation_block_index_ in range after r21869.

BUG=305878,388328
LOG=N
[email protected]

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

SVN Base: https://v8.googlecode.com/svn/branches/3.27

Affected files (+2, -2 lines):
  M src/spaces.cc
  M src/version.cc


Index: src/spaces.cc
diff --git a/src/spaces.cc b/src/spaces.cc
index 22233d9b3c2d011aa1ff8d59740cd97228689dc1..1ffc31411d9a414e1b3134f88448958887dc9133 100644
--- a/src/spaces.cc
+++ b/src/spaces.cc
@@ -193,7 +193,7 @@ bool CodeRange::GetNextAllocationBlock(size_t requested) {
       return true;  // Found a large enough allocation block.
     }
   }
-
+  current_allocation_block_index_ = 0;
   // Code range is full or too fragmented.
   return false;
 }
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index a17db9c8dd055a3627214a8da8f8bd2bec615f16..cc52a0df7a7fd1a1789da56c7b0d7996a960dd04 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     27
 #define BUILD_NUMBER      34
-#define PATCH_LEVEL       2
+#define PATCH_LEVEL       3
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0


--
--
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