DescriptionDeal with filler object map pointers in the ool constant pool correctly.
This CL updates
StoreBuffer::FindPointersToNewSpaceOnPage such that it skips constant pool array objects. Constant Pool Arrays should never have pointers to the new space and might contain pointers to the FreeSpace map (e.g., due to code
being generated which needs to do a map-check on a FreeSpace object) which would incorrectly treated as a filler object if processed by FindPointersToNewSpaceOnPage().
R=hpayer@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=19771
Patch Set 1 #
Total comments: 2
Patch Set 2 : Change to skipping constant pool arrays #
Total comments: 2
Patch Set 3 : Update comment #Messages
Total messages: 6 (0 generated)
|