Skip to content

Commit

Permalink
Mutant pharo-project#487, Reverting [ Creates an overflow as per C se…
Browse files Browse the repository at this point in the history
…mantics. VM mutation. ] on method [ rawHashBitsOf: ] 41/41 test case are EQUIVALENT
  • Loading branch information
hogoww committed Feb 25, 2022
1 parent 0615011 commit 3f53370
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions smalltalksrc/VMMaker/SpurMemoryManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10509,11 +10509,9 @@ SpurMemoryManager >> rawClassTagForClass: classObj [
{ #category : #'header access' }
SpurMemoryManager >> rawHashBitsOf: objOop [
<api>
self flag: #endianness.
^ (self long32At: objOop + (1152921504606846976 + 4)) bitAnd:
self identityHashHalfWordMask
^(self long32At: objOop + 4) bitAnd: self identityHashHalfWordMask
]
{ #category : #'object access' }
Expand Down

0 comments on commit 3f53370

Please sign in to comment.