Index: src/heap.h |
=================================================================== |
--- src/heap.h (revision 11422) |
+++ src/heap.h (working copy) |
@@ -1455,6 +1455,8 @@ |
inline bool NextGCIsLikelyToBeFull() { |
if (FLAG_gc_global) return true; |
+ if (FLAG_stress_compaction && (gc_count_ & 1) != 0) return true; |
+ |
intptr_t total_promoted = PromotedTotalSize(); |
intptr_t adjusted_promotion_limit = |