Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index b635f4f2efcace5b4493c9527b7f263d36619b8f..b7604491ddd7d78e48c90794bb14ba4167cef645 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -367,6 +367,7 @@ class MemoryChunk { |
EVACUATION_CANDIDATE, |
RESCAN_ON_EVACUATION, |
NEVER_EVACUATE, // May contain immortal immutables. |
+ POPULAR_PAGE, // Slots buffer of this page overflowed on the previous GC. |
// WAS_SWEPT indicates that marking bits have been cleared by the sweeper, |
// otherwise marking bits are still intact. |