Index: runtime/vm/weak_code.cc |
=================================================================== |
--- runtime/vm/weak_code.cc (revision 40735) |
+++ runtime/vm/weak_code.cc (working copy) |
@@ -94,7 +94,7 @@ |
Class& cls = Class::Handle(); |
cls ^= owner.raw(); |
OS::Print("Skipping code owned by class %s\n", cls.ToCString()); |
- cls.SwitchAllocationStub(); |
+ cls.DisableAllocationStub(); |
continue; |
} else if (owner.IsNull()) { |
OS::Print("Skipping code owned by null: "); |