Closed
Bug 487322
Opened 16 years ago
Closed 16 years ago
Replace platform specific thread functions in MMgc core with appropriate VMPI APIs
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect)
Tamarin Graveyard
Garbage Collection (mmGC)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rishah, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5
Build Identifier:
GC.cpp uses functions like GetCurrentThreadId() on Windows and pthread_self() to get identify the current thread.
These and other related places should be replaced with appropriate VMPI APIs.
Reproducible: Always
Comment 1•16 years ago
|
||
Indeed, I would love so see the CheckThread mechanism work for more platforms than Windows. This is a very relevant debugging aid for the functionality being offered in bug 487199.
Comment 2•16 years ago
|
||
This is all done, including the CheckThread thing in the OOM code
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•