Closed
Bug 47825
Opened 25 years ago
Closed 25 years ago
xpcom proxy has extra unneeded monitor for hash tables
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
(Whiteboard: nsbeta3+)
Attachments
(1 file)
3.19 KB,
patch
|
Details | Diff | Splinter Review |
xpcom proxy has extra unneeded monitor for hash tables access. We already
create nsHashTables that are thread safe. We also enter a monitor before
accessing these hashtables. We can remove this extra access or create
hashtables which are not thread safe.
Assignee | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 4•25 years ago
|
||
please verify
Marking Verified. Please reopen if still an issue.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•