Bug 202389 - [JSC] HeapSnapshotBuilder m_rootData should be protected with a lock too
Summary: [JSC] HeapSnapshotBuilder m_rootData should be protected with a lock too
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-30 20:18 PDT by Yusuke Suzuki
Modified: 2019-09-30 20:24 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.77 KB, patch)
2019-09-30 20:20 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (2.79 KB, patch)
2019-09-30 20:21 PDT, Yusuke Suzuki
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2019-09-30 20:18:39 PDT
[JSC] HeapAnalyzer m_rootData should be protected with a lock too
Comment 1 Yusuke Suzuki 2019-09-30 20:20:00 PDT
Created attachment 379872 [details]
Patch
Comment 2 Yusuke Suzuki 2019-09-30 20:20:02 PDT
<rdar://problem/50717564>
Comment 3 Yusuke Suzuki 2019-09-30 20:21:01 PDT
Created attachment 379873 [details]
Patch
Comment 4 Mark Lam 2019-09-30 20:22:23 PDT
Comment on attachment 379873 [details]
Patch

r=me
Comment 5 Yusuke Suzuki 2019-09-30 20:24:03 PDT
Committed r250541: <https://trac.webkit.org/changeset/250541>