re-enable finalization

This commit is contained in:
Joel Dice 2009-08-11 10:04:41 -06:00
parent 24abc8acfe
commit db58097165

View File

@ -501,8 +501,6 @@ postCollect(Thread* t)
void
finalizeObject(Thread* t, object o)
{
if (true) return;
if (t->state == Thread::ExitState) {
// don't waste time running Java finalizers if we're exiting the
// VM