>> `` System.runFinalizersOnExit(true) ''
>>
>> Does this work/implemented on Blackdown JDK 1.1.7-1a or not?
There was some discusion of this in the past... check the archives if you
weren't around or don't keep the old list messages. some of that discusion
may interest you. IIRC it works in the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> `` System.runFinalizersOnExit(true) ''
>
> Does this work/implemented on Blackdown JDK 1.1.7-1a or not?
>
> I find it does __not__ work for me ?
Same here.
> Anyone know the reason why?
I'd like to know that too. The JDK docs say that it's uns
this also touches my Can Java catch signals
post a couple moons ago. )
Pete
__ Reply Separator _
Subject: Re: System.runFinalizersOnExit
Author: pohnewein ([EMAIL PROTECTED]) at lon-mime
Date:23/02/99 13:19
I don't know if
I don't know if it works in the blackdown port.
I only know that the problem with running finalizers is that they get
called sequencely and that leads to problems, because in a complex
reference structure they shouldn't get called sequencely but depending
on the structure, but that's very difficu