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

Issue 1676823002: [runtime] Set constructor field on preallocated maps. (Closed)

Created:
4 years, 10 months ago by Benedikt Meurer
Modified:
4 years, 10 months ago
Reviewers:
Toon Verwaest
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

[runtime] Set constructor field on preallocated maps. The preallocated JSAccessorPropertyDescriptor, JSDataPropertyDescriptor and JSIteratorResult had the constructor field unset, which in turn causes GetCreationContext() to fail for those instances. R=verwaest@chromium.org BUG=v8:4738 LOG=n Committed: https://crrev.com/9257db7781e3d43ef21db4832c006752fa672b08 Cr-Commit-Position: refs/heads/master@{#33802}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M src/bootstrapper.cc View 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Benedikt Meurer
4 years, 10 months ago (2016-02-06 17:39:27 UTC) #1
Benedikt Meurer
Hey Toon, Quick fix. Wondering if the heap verifier should fail if it sees a ...
4 years, 10 months ago (2016-02-06 17:40:44 UTC) #2
Toon Verwaest
lgtm
4 years, 10 months ago (2016-02-08 06:15:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1676823002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1676823002/1
4 years, 10 months ago (2016-02-08 06:16:10 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-08 07:00:09 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/9257db7781e3d43ef21db4832c006752fa672b08 Cr-Commit-Position: refs/heads/master@{#33802}
4 years, 10 months ago (2016-02-08 07:00:38 UTC) #8
Michael Achenbach
Since this, profvis crashes flakily in every revision for internal snapshot: https://build.chromium.org/p/client.v8/builders/V8%20Linux64%20-%20internal%20snapshot/builds/2366
4 years, 10 months ago (2016-02-08 08:48:41 UTC) #9
Michael Achenbach
On 2016/02/08 08:48:41, Michael Achenbach wrote: > Since this, profvis crashes flakily in every revision ...
4 years, 10 months ago (2016-02-08 08:49:09 UTC) #10
Benedikt Meurer
4 years, 10 months ago (2016-02-08 09:00:23 UTC) #11
Message was sent while issue was closed.
On 2016/02/08 08:49:09, Michael Achenbach wrote:
> On 2016/02/08 08:48:41, Michael Achenbach wrote:
> > Since this, profvis crashes flakily in every revision for internal snapshot:
> >
>
https://build.chromium.org/p/client.v8/builders/V8%20Linux64%20-%20internal%2...
> 
> I meant profile.

I'd be rather suprised if profile.js every uses either of these maps :-)
It's probably bad luck, plus profile.js was already flaky before.

Powered by Google App Engine
This is Rietveld 408576698