Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Issue 644563002: Oilpan: Flush a HeapDoesNotContainCache before calling checkAndMarkPointer (Closed)

Created:
6 years, 2 months ago by haraken
Modified:
6 years, 2 months ago
CC:
blink-reviews, haraken, kouhei+heap_chromium.org, Mads Ager (chromium), mkwst+moarreviews_chromium.org
Project:
blink
Visibility:
Public.

Description

Oilpan: 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M Source/platform/heap/HeapTest.cpp View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
haraken
PTAL
6 years, 2 months ago (2014-10-10 07:09:05 UTC) #2
zerny-google
lgtm
6 years, 2 months ago (2014-10-10 07:17:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/644563002/1
6 years, 2 months ago (2014-10-10 07:19:00 UTC) #6
commit-bot: I haz the power
6 years, 2 months ago (2014-10-10 11:05:07 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as 183531

Powered by Google App Engine
This is Rietveld 408576698