Chromium Code Reviews| Index: runtime/vm/class_table.h |
| diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h |
| index 1d305ad1b5f657e398109443b3c02308d2dcf84f..a7e38bae1ca123fd55f0d39be377cda453d03086 100644 |
| --- a/runtime/vm/class_table.h |
| +++ b/runtime/vm/class_table.h |
| @@ -142,6 +142,7 @@ class ClassHeapStats { |
| intptr_t old_pre_new_gc_count_; |
| intptr_t old_pre_new_gc_size_; |
| intptr_t state_; |
| + intptr_t align_; // Make SIMARM and ARM agree on the size of ClassHeapStats. |
| }; |
| #endif // !PRODUCT |