Skip to content

Commit

Permalink
Follow forwarders on check RememberedSet sane
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Jul 22, 2022
1 parent e716a48 commit 507ac33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smalltalksrc/VMMaker/SpurMemoryManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7477,6 +7477,8 @@ SpurMemoryManager >> isPermSpaceRememberedSetSane [
0 to: numPointerSlots - 1 do: [ :index |
referenced := self fetchPointer: index ofObject: objOop.
(self isOopForwarded: referenced) ifTrue: [
referenced := self followForwarded: referenced ].
(((self isFixedKnownObject: referenced) not
and: [ (self isNonImmediate: referenced) and: [ referenced >= self getMemoryMap newSpaceStart ]])
Expand Down

0 comments on commit 507ac33

Please sign in to comment.