Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index 0a4c1ea0d6e9ae04533054004b569393546cb272..b652e22a2835e66191a14335c28521a179ecd5f3 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -658,6 +658,8 @@ class MarkCompactCollector { |
void ClearMarkbits(); |
+ bool abort_incremental_marking() const { return abort_incremental_marking_; } |
+ |
bool is_compacting() const { return compacting_; } |
MarkingParity marking_parity() { return marking_parity_; } |