Revision: 9483
Author:   [email protected]
Date:     Thu Sep 29 06:36:34 2011
Log:      Reenable assertion after issue was fixed.

[email protected]
BUG=v8:1672

Review URL: http://codereview.chromium.org/8066009
http://code.google.com/p/v8/source/detail?r=9483

Modified:
 /branches/bleeding_edge/src/spaces.cc

=======================================
--- /branches/bleeding_edge/src/spaces.cc       Thu Sep 29 05:27:31 2011
+++ /branches/bleeding_edge/src/spaces.cc       Thu Sep 29 06:36:34 2011
@@ -839,7 +839,7 @@
       ASSERT(object->address() + size <= top);
       end_of_previous_object = object->address() + size;
     }
-    // TODO(1672): Assert that black_size <= page->LiveBytes().
+    ASSERT_LE(black_size, page->LiveBytes());
   }
   ASSERT(allocation_pointer_found_in_space);
 }

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to