DescriptionOilpan: Flush a HeapDoesNotContainCache before calling checkAndMarkPointer
This is a speculative fix for issue 420699.
We must flush a HeapDoesNotContainCache before calling checkAndMarkPointer. This condition holds in the production system because checkAndMarkPointer is called only during a GC and we flush a HeapDoesNotContainCache before starting the GC (if needed). The only place where the condition doesn't hold is a unittest in HeapTest.cpp. This CL adds code to flush the HeapDoesNotContainCache in the unittest.
BUG=420699
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183531
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|