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

Issue 181823004: Fix test crashes by doing an additional GC on cleanup. (Closed)

Created:
6 years, 9 months ago by wibling-chromium
Modified:
6 years, 9 months ago
CC:
blink-reviews, haraken, Mads Ager (chromium)
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Improve FIXME message #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M Source/heap/ThreadState.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
wibling-chromium
6 years, 9 months ago (2014-02-27 11:28:41 UTC) #1
haraken
https://codereview.chromium.org/181823004/diff/1/Source/heap/ThreadState.cpp File Source/heap/ThreadState.cpp (right): https://codereview.chromium.org/181823004/diff/1/Source/heap/ThreadState.cpp#newcode301 Source/heap/ThreadState.cpp:301: // FIXME: oilpan: get rid of the additional GC. ...
6 years, 9 months ago (2014-02-27 11:30:31 UTC) #2
Vyacheslav Egorov (Chromium)
LGTM! https://codereview.chromium.org/181823004/diff/1/Source/heap/ThreadState.cpp File Source/heap/ThreadState.cpp (right): https://codereview.chromium.org/181823004/diff/1/Source/heap/ThreadState.cpp#newcode301 Source/heap/ThreadState.cpp:301: // FIXME: oilpan: get rid of the additional ...
6 years, 9 months ago (2014-02-27 11:32:25 UTC) #3
wibling-chromium
The CQ bit was checked by wibling@chromium.org
6 years, 9 months ago (2014-02-27 11:32:31 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wibling@chromium.org/181823004/20001
6 years, 9 months ago (2014-02-27 11:32:43 UTC) #5
commit-bot: I haz the power
Change committed as 168014
6 years, 9 months ago (2014-02-27 11:32:57 UTC) #6
haraken
6 years, 9 months ago (2014-02-27 11:37:19 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/181823004/diff/1/Source/heap/ThreadState.cpp
File Source/heap/ThreadState.cpp (right):

https://codereview.chromium.org/181823004/diff/1/Source/heap/ThreadState.cpp#...
Source/heap/ThreadState.cpp:301: // FIXME: oilpan: get rid of the additional GC.
On 2014/02/27 11:32:26, Vyacheslav Egorov wrote:
> On 2014/02/27 11:30:31, haraken wrote:
> > 
> > Just help me understand: Why is this a FIXME? I guess that we need to call
> > multiple GCs to break persistent chains.
> 
> Because in the end everything will be moved to the heap and persistents will
> disappear.

I'm not sure how realistic it is. We'll anyway have off-heap and on-heap, and
will have a pointer from off-heap to on-heap (which is persistent).

https://codereview.chromium.org/181823004/diff/1/Source/heap/ThreadState.cpp#...
Source/heap/ThreadState.cpp:307: m_heaps[i]->assertEmpty();

As long as we assert this (this assertion is enabled in release mode), I think
we should call collectGarbage multiple times until we remove all persistent
handles.

It won't make sense that we call only one GC and assert the emptiness whereas we
still have a lot of persistent handles.

Powered by Google App Engine
This is Rietveld 408576698