Skip to content

Commit

Permalink
Follow forwarded methods (after move CompiledMethods needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Jul 19, 2022
1 parent 98005a2 commit 5b12b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smalltalksrc/VMMaker/SpurMemoryManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8876,6 +8876,7 @@ SpurMemoryManager >> moveToPermSpace: objOop [
self followSpecialObjectsOop.
coInterpreter postBecomeAction: becomeEffectsFlags.
self postBecomeScanClassTable: becomeEffectsFlags.
coInterpreter followForwardedMethodsInMethodZone.
becomeEffectsFlags := 0.
^ newObj
Expand Down

0 comments on commit 5b12b8f

Please sign in to comment.