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)
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).


No differences found