Bug 226413 - Stop using UncheckedLock in JSC::dumpJITMemory()
Summary: Stop using UncheckedLock in JSC::dumpJITMemory()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-28 19:50 PDT by Chris Dumez
Modified: 2021-05-29 14:10 PDT (History)
10 users (show)

See Also:


Attachments
Patch (5.40 KB, patch)
2021-05-28 19:51 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-05-28 19:50:18 PDT
Stop using UncheckedLock in JSC::dumpJITMemory() as it is being phased out in favor of Lock, which supports Clang thread safety analysis.
Comment 1 Chris Dumez 2021-05-28 19:51:42 PDT
Created attachment 430084 [details]
Patch
Comment 2 EWS 2021-05-29 14:09:22 PDT
Committed r278242 (238279@main): <https://commits.webkit.org/238279@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 430084 [details].
Comment 3 Radar WebKit Bug Importer 2021-05-29 14:10:17 PDT
<rdar://problem/78653082>