[Webkit-unassigned] [Bug 166778] New: The ObjC API's JSVirtualMachine's map tables needs to be guarded by a lock.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 6 14:50:50 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=166778
Bug ID: 166778
Summary: The ObjC API's JSVirtualMachine's map tables needs to
be guarded by a lock.
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
Now that we have a concurrent GC, access to JSVirtualMachine's m_externalObjectGraph and m_externalRememberedSet needs to guarded by a lock since both the GC marker thread and the mutator thread may access them at the same time.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170106/00066daa/attachment.html>
More information about the webkit-unassigned
mailing list