| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 29ffb67aa167e2a9f8f97f1a75128ef78b03da28..01b343be5c7d6a8c27c1f2d24490b4581ef4b938 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -834,6 +834,8 @@ class RawCode : public RawObject {
|
| return reinterpret_cast<RawObject**>(&ptr()->comments_);
|
| }
|
|
|
| + // Compilation timestamp.
|
| + int64_t compile_timestamp_;
|
| intptr_t pointer_offsets_length_;
|
| // Alive: If true, the embedded object pointers will be visited during GC.
|
| // This field cannot be shorter because of alignment issues on x64
|
|
|