Fix a bug related to threads blocked on blackholes 04_07_06 07_04_06
authorSimon Marlow <simonmar@microsoft.com>
Fri, 7 Apr 2006 10:18:39 +0000 (10:18 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 7 Apr 2006 10:18:39 +0000 (10:18 +0000)
commit693342ffbb61e1da4c009059755fa0b9b1396bb8
treebb8ff2eaf2902279b5ce7d0a7cbb2735d66fcb1d
parent0065d5ab628975892cea1ec7303f968c3338cbe1
Fix a bug related to threads blocked on blackholes
We weren't making them live early enough, with the result that
finalizable objects referred to only by a thread blocked on a black
hole could be finalized too early (see conc057 test).
rts/GC.c