Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Unified Diff: runtime/vm/thread.h

Issue 1965823002: Initial isolate reload support (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/thread.h
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
index 761e99f31b3ffeffd23e8d29f7e2a25963380c55..ea5396a303d5b6795cbc0b3f33e24ec5681b607c 100644
--- a/runtime/vm/thread.h
+++ b/runtime/vm/thread.h
@@ -675,6 +675,7 @@ LEAF_RUNTIME_ENTRY_LIST(DECLARE_MEMBERS)
#endif
VMHandles reusable_handles_;
uword saved_stack_limit_;
+ intptr_t defer_oob_messages_count_;
uint16_t deferred_interrupts_mask_;
uint16_t deferred_interrupts_;
int32_t stack_overflow_count_;

Powered by Google App Engine
This is Rietveld 408576698