[heap] Remove NewSpace::set_top and the corresponding hack
authormlippautz <mlippautz@chromium.org>
Tue, 29 Sep 2015 13:07:24 +0000 (06:07 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 29 Sep 2015 13:07:39 +0000 (13:07 +0000)
commit92a7012b8b22227167eb1212c9d1592cf2e37510
treedf916beff75f67f9ad2c6d0d0ef4b98e6f8c59ed
parent134180d494a52e15878591fef458f6854f7e3389
[heap] Remove NewSpace::set_top and the corresponding hack

- Remove the hack the resets the new space top pointer from SeqString::Truncate.
- Remove NewSpace::set_top completely as there are no callers (and there should
  be no!)

R=hpayer@chromium.org
BUG=chromium:536163
LOG=N

Review URL: https://codereview.chromium.org/1376753002

Cr-Commit-Position: refs/heads/master@{#31004}
src/heap/incremental-marking.cc
src/heap/spaces.h
src/objects.cc