DescriptionOilpan: remove too strong start-of-heap-object assert.
Remove the assert checking if willObjectBeLazilySwept()'s argument is a
valid reference to the start of a heap object payload. That's too strong
a requirement as the argument might be a mixin pointing some way into
the payload.
Any adjustment needed to get to the object header is taken care of by
isHeapObjectAlive(), which will also check the sanity of the object's
header. Hence, remove the check from willObjectBeLazilySwept().
TBR=oilpan-reviews,haraken
BUG=448392
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188812
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|