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

Issue 1411263002: [heap] Fix stale end_ pointer in FreeListCategory::EvictFreeListItemsInList (Closed)

Created:
5 years, 2 months ago by Michael Lippautz
Modified:
5 years, 2 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Fix stale end_ pointer in FreeListCategory::EvictFreeListItemsInList During eviction of FreeSpace nodes that reside on eviction pages we iterate throug the list node-by-node, unlinking only those that reside on eviction pages. We failed to properly update end_ if nodes were evicted are encountering nodes that that are left as is. BUG=chromium:539356 LOG=N R=hpayer@chromium.org Committed: https://crrev.com/af4888de13fe2d93601abbb75c43a6d603fb8f78 Cr-Commit-Position: refs/heads/master@{#31383}

Patch Set 1 : #

Patch Set 2 : DCHECK / harden counter logic #

Patch Set 3 : Fix copy/paste error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -20 lines) Patch
M src/heap/spaces.h View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M src/heap/spaces.cc View 1 2 chunks +23 lines, -20 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
Michael Lippautz
Hannes: PTAL; this is another case where we fail to properly update the end_ pointer ...
5 years, 2 months ago (2015-10-19 13:58:02 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411263002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411263002/20001
5 years, 2 months ago (2015-10-19 13:58:37 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-19 14:20:03 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411263002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411263002/40001
5 years, 2 months ago (2015-10-19 15:01:48 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/10844)
5 years, 2 months ago (2015-10-19 15:16:57 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411263002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411263002/60001
5 years, 2 months ago (2015-10-19 15:29:16 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-19 16:08:06 UTC) #16
Hannes Payer (out of office)
lgtm
5 years, 2 months ago (2015-10-19 16:14:07 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411263002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411263002/60001
5 years, 2 months ago (2015-10-19 16:29:26 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 2 months ago (2015-10-19 16:31:27 UTC) #20
commit-bot: I haz the power
5 years, 2 months ago (2015-10-19 16:31:50 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/af4888de13fe2d93601abbb75c43a6d603fb8f78
Cr-Commit-Position: refs/heads/master@{#31383}

Powered by Google App Engine
This is Rietveld 408576698