Index: src/spaces.h |
=================================================================== |
--- src/spaces.h (revision 9772) |
+++ src/spaces.h (working copy) |
@@ -459,7 +459,6 @@ |
live_byte_count_ = 0; |
} |
void IncrementLiveBytes(int by) { |
- ASSERT_LE(static_cast<unsigned>(live_byte_count_), size_); |
if (FLAG_gc_verbose) { |
printf("UpdateLiveBytes:%p:%x%c=%x->%x\n", |
static_cast<void*>(this), live_byte_count_, |