Skip to content

Commit

Permalink
Fixing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Oct 13, 2022
1 parent 45b1e70 commit 0b4fd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smalltalksrc/VMMaker/SpurMemoryManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5632,7 +5632,7 @@ SpurMemoryManager >> freeObjectWithoutCoalesce: objOop [
| bytes start |
self assert: (self isInOldSpace: objOop).
(self isRemembered: objOop) ifTrue:
[scavenger forgetObject: objOop].
[self getFromOldSpaceRememberedSet forgetObject: objOop].
bytes := self bytesInObject: objOop.
start := self startOfObject: objOop.
totalFreeOldSpace := totalFreeOldSpace + bytes.
Expand Down

0 comments on commit 0b4fd58

Please sign in to comment.