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

Unified Diff: runtime/vm/object.cc

Issue 1830283002: Be more vigilant with deferred loading. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Comment Created 4 years, 9 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
« no previous file with comments | « runtime/vm/compiler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index c03beb94f0ed999618394aefaab43fbe3cc7ab45..b0b4f4f57626a1215ed5c10b2efe8bfe7834c7d5 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -10515,6 +10515,7 @@ RawClass* LibraryPrefix::LookupClass(const String& class_name) const {
void LibraryPrefix::set_is_loaded() const {
+ Isolate::Current()->IncrPrefixInvalidationGen();
StoreNonPointer(&raw_ptr()->is_loaded_, true);
}
« no previous file with comments | « runtime/vm/compiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698