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

Issue 634443002: Fix Object::Clone heap corruption under concurrent sweeping. (Closed)

Created:
6 years, 2 months ago by koda
Modified:
6 years, 2 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix Object::Clone heap corruption under concurrent sweeping. Don't clone the mark bit; for details, see https://code.google.com/p/dart/issues/detail?id=21236 BUG=21236 R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=40926

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M runtime/vm/object.cc View 1 chunk +8 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
koda
6 years, 2 months ago (2014-10-06 05:13:36 UTC) #1
Ivan Posva
The change itself LGTM. -Ivan https://codereview.chromium.org/634443002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/634443002/diff/1/runtime/vm/object.cc#newcode1757 runtime/vm/object.cc:1757: if ((space == Heap::kOld) ...
6 years, 2 months ago (2014-10-06 05:18:53 UTC) #2
koda
https://codereview.chromium.org/634443002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/634443002/diff/1/runtime/vm/object.cc#newcode1757 runtime/vm/object.cc:1757: if ((space == Heap::kOld) && !raw_obj->IsRemembered()) { On 2014/10/06 ...
6 years, 2 months ago (2014-10-06 05:35:35 UTC) #3
koda
6 years, 2 months ago (2014-10-06 13:28:31 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r40926 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698