scheduling of GC and syncblock indexes
Archana <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.rotor |
|---|---|
| Message-ID | <Pine.LNX.4.44.0307011632150.16830-100000@purana.csa.iisc.ernet.in> |
Hi, Is it possible for a GC to get instantiated while one of the threads has acquired a lock (via the syncblocks). to be more precise can the gc occur while some of the objects in the heap have a valid sync block index. regards