Builder Cast Android (dbg) Build 12196
Results:
Success
Trigger Info:
Project | chromium |
Revision | 4e481c2a6ff1d20fe135155559301c489316de4f |
Got Revision | 4e481c2a6ff1d20fe135155559301c489316de4f |
Execution:
- Source: Task 3d9ec66a45dfe810
- Bot: swarm266-c4
Steps and Logfiles:
Show:-
( 106751 days 23 hrs ) Failed to fetch step information from LogDog<nil> is invalid: invalid project name: "": cannot have empty name
- - no logs -
Build Properties:
Name | Value | Source |
---|
Blamelist:
- Michael Lippautz (mlippautzohnoyoudont@chromium.org)
Timing:
Create | Tuesday, 22-May-18 03:46:47 UTC |
Start | Tuesday, 22-May-18 03:47:01 UTC |
End | Tuesday, 22-May-18 03:58:03 UTC |
Pending | 13 secs |
Execution | 11 mins 2 secs |
All Changes:
-
Revert "[oilpan] Fix GCInfoTable for multiple threads"
Changed by Michael Lippautz - mlippautzohnoyoudont@chromium.org Changed at Tuesday, 22-May-18 03:46:19 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision 4e481c2a6ff1d20fe135155559301c489316de4f Comments
Revert "[oilpan] Fix GCInfoTable for multiple threads" This reverts commit 20b65d00ca3d8696430e22efad7485366f8c3a21. Reason for revert: Crashers, e.g., https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Mac10.11%20%28dbg%29/16072 Bug: chromium:845380 Original change's description: > [oilpan] Fix GCInfoTable for multiple threads > > Previously, grow and access from different threads could lead to a race > on the table backing; see bug. > > - Rework the table to work on an existing reservation. > - Commit upon growing, avoiding any copies. > > Drive-by: Fix over-allocation of table. > > Bug: chromium:841280 > Change-Id: I329cb6f40091e14e8c05334ba1104a9440c31d43 > Reviewed-on: https://chromium-review.googlesource.com/1061525 > Commit-Queue: Michael Lippautz <mlippautz@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#560434} TBR=ajwong@chromium.org,haraken@chromium.org,hpayer@chromium.org,mlippautz@chromium.org Change-Id: Idb8b40c02d35810c00ed5a5a9064884b9c154f83 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:841280 Reviewed-on: https://chromium-review.googlesource.com/1068568 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#560476}
Changed files
- third_party/blink/renderer/platform/heap/BUILD.gn
- third_party/blink/renderer/platform/heap/gc_info.cc
- third_party/blink/renderer/platform/heap/gc_info.h
- third_party/blink/renderer/platform/heap/gc_info_test.cc
- third_party/blink/renderer/platform/heap/heap.cc
- third_party/blink/renderer/platform/heap/heap.h
- third_party/blink/renderer/platform/heap/heap_page.cc
- third_party/blink/renderer/platform/heap/incremental_marking_test.cc
- third_party/blink/renderer/platform/heap/marking_verifier.h
- third_party/blink/renderer/platform/heap/marking_visitor.cc
- third_party/blink/renderer/platform/heap/marking_visitor.h
- third_party/blink/renderer/platform/heap/process_heap.cc