Reviewers: Yang,

Message:
PTAL

Description:
Version 3.26.31.9 (merged r22037)

Keep CodeRange::current_allocation_block_index_ in range after r21869.

BUG=305878,388328
LOG=N

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

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

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 78da3ca673902b04b4a4e56c2e065bac7eecbf2b..fd319ab717a74290ff6e8bd67a3a1c02b3b3b8f1 100644
--- a/src/spaces.cc
+++ b/src/spaces.cc
@@ -191,7 +191,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 cceaa44e2207ccab1659e5a4e94e6940d69cc4e7..3a322cbdfed536ed459fbd5f8c2a71055552346a 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     26
 #define BUILD_NUMBER      31
-#define PATCH_LEVEL       8
+#define PATCH_LEVEL       9
 // 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