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

Unified Diff: runtime/vm/weak_code.cc

Issue 1667303002: - Move flags from heap.cc into the flag list. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/scavenger.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/weak_code.cc
diff --git a/runtime/vm/weak_code.cc b/runtime/vm/weak_code.cc
index 53a1d40122f73adec689e66731b43fd881906315..0c5cca214ea661a16c4831fb461829bd51cc11e6 100644
--- a/runtime/vm/weak_code.cc
+++ b/runtime/vm/weak_code.cc
@@ -102,11 +102,9 @@ void WeakCodeReferences::DisableCode() {
} else if (owner.IsClass()) {
Class& cls = Class::Handle();
cls ^= owner.raw();
- OS::Print("Skipping code owned by class %s\n", cls.ToCString());
rmacnak 2016/02/05 00:44:07 Yikes
cls.DisableAllocationStub();
continue;
} else if (owner.IsNull()) {
- OS::Print("Skipping code owned by null: ");
code.Print();
continue;
}
« no previous file with comments | « runtime/vm/scavenger.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698