RESOLVED FIXED 226413
Stop using UncheckedLock in JSC::dumpJITMemory()
https://bugs.webkit.org/show_bug.cgi?id=226413
Summary Stop using UncheckedLock in JSC::dumpJITMemory()
Chris Dumez
Reported 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.
Attachments
Patch (5.40 KB, patch)
2021-05-28 19:51 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2021-05-28 19:51:42 PDT
EWS
Comment 2 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].
Radar WebKit Bug Importer
Comment 3 2021-05-29 14:10:17 PDT
Note You need to log in before you can comment on or make changes to this bug.